Changeset 2c04369 for src/SymTab/Autogen.h
- Timestamp:
- May 28, 2019, 12:04:43 PM (3 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr
- Children:
- 0d70e0d
- Parents:
- a7d50b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Autogen.h
ra7d50b6 r2c04369 9 9 // Author : Rob Schluntz 10 10 // Created On : Sun May 17 21:53:34 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jul 22 09:50:25 201713 // Update Count : 1 511 // Last Modified By : Andrew Beach 12 // Last Modified On : Tue May 28 11:04:00 2019 13 // Update Count : 16 14 14 // 15 15 … … 40 40 /// such as in determining array dimension type 41 41 extern Type * SizeType; 42 43 /// intrinsic dereference operator for unqualified types - set when *? function is seen in FindSpecialDeclarations.44 /// Useful for creating dereference ApplicationExprs without a full resolver pass.45 extern FunctionDecl * dereferenceOperator;46 42 47 43 // generate the type of an assignment function for paramType
Note: See TracChangeset
for help on using the changeset viewer.