Changes in src/ResolvExpr/Resolver.cc [bd87b138:dd05e12]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
rbd87b138 rdd05e12 59 59 void previsit( TypeDecl *typeDecl ); 60 60 void previsit( EnumDecl * enumDecl ); 61 void previsit( StaticAssertDecl * assertDecl );62 61 63 62 void previsit( ArrayType * at ); … … 362 361 GuardValue( inEnumDecl ); 363 362 inEnumDecl = true; 364 }365 366 void Resolver::previsit( StaticAssertDecl * assertDecl ) {367 findIntegralExpression( assertDecl->condition, indexer );368 363 } 369 364
Note:
See TracChangeset
for help on using the changeset viewer.