Ignore:
Timestamp:
May 10, 2019, 9:31:29 AM (5 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
36354b1
Parents:
77a3f41
Message:

Removed trailing white-space in AST.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/LinkageSpec.hpp

    r77a3f41 r14cebb7a  
    4949
    5050        /// If `cmd` = "C" returns `spec` with `is_mangled = false`.
    51         /// If `cmd` = "Cforall" returns `spec` with `is_mangled = true`. 
     51        /// If `cmd` = "Cforall" returns `spec` with `is_mangled = true`.
    5252        Spec update( CodeLocation loc, Spec spec, const std::string * cmd );
    5353
     
    5656
    5757        // Pre-defined flag combinations
    58        
     58
    5959        /// C built-in defined in prelude
    6060        constexpr Spec Intrinsic  = { Mangle | Generate | Overrideable | Builtin };
Note: See TracChangeset for help on using the changeset viewer.