Changes in src/Parser/ParseNode.h [a839867:413ad05]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
ra839867 r413ad05 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 25 22:46:24201613 // Update Count : 5 6412 // Last Modified On : Sun Aug 28 21:14:51 2016 13 // Update Count : 575 14 14 // 15 15 … … 243 243 244 244 DeclarationNode *addQualifiers( DeclarationNode *); 245 void checkQualifiers( TypeData *,TypeData * );245 void checkQualifiers( const TypeData *, const TypeData * ); 246 246 DeclarationNode *copyStorageClasses( DeclarationNode *); 247 247 DeclarationNode *addType( DeclarationNode *); … … 308 308 309 309 Type *buildType( TypeData *type ); 310 //Type::Qualifiers buildQualifiers( const TypeData::Qualifiers & qualifiers ); 310 311 311 312 static inline Type * maybeMoveBuildType( const DeclarationNode *orig ) {
Note:
See TracChangeset
for help on using the changeset viewer.