Changeset bd9f8be for src/Parser/LinkageSpec.h
- Timestamp:
- Aug 22, 2016, 3:31:54 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- dadc1b5, f87408e
- Parents:
- 03b812d2 (diff), 2acf5fc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/LinkageSpec.h
r03b812d2 rbd9f8be 10 10 // Created On : Sat May 16 13:24:28 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 18 23:47:16201613 // Update Count : 712 // Last Modified On : Sat Aug 20 19:22:23 2016 13 // Update Count : 8 14 14 // 15 15 … … 34 34 static bool isDecoratable( Spec ); 35 35 static bool isGeneratable( Spec ); 36 static bool isOverloadable( Spec );37 36 static bool isOverridable( Spec ); 38 37 static bool isBuiltin( Spec );
Note: See TracChangeset
for help on using the changeset viewer.