Changeset c45b304 for src/Parser
- Timestamp:
- Nov 2, 2018, 7:55:27 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- f441c88
- Parents:
- f855545
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.cc
rf855545 rc45b304 10 10 // Created On : Sat May 16 15:12:51 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Nov 1 20:56:14201813 // Update Count : 62 312 // Last Modified On : Fri Nov 2 07:54:26 2018 13 // Update Count : 624 14 14 // 15 15 … … 424 424 case Basetypeof: 425 425 os << "base-"; 426 __attribute__((fallthrough)); 426 #if defined(__GNUC__) && __GNUC__ >= 7 427 __attribute__((fallthrough)); 428 #endif 427 429 case Typeof: 428 430 os << "type-of expression ";
Note: See TracChangeset
for help on using the changeset viewer.