Changes in src/SymTab/Validate.cc [7664fad:21b7161]
- File:
-
- 1 edited
-
src/SymTab/Validate.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
r7664fad r21b7161 276 276 ReturnChecker::checkFunctionReturns( translationUnit ); 277 277 mutateAll( translationUnit, compoundliteral ); 278 acceptAll( translationUnit, fpd ); // must happen before autogenerateRoutines278 acceptAll( translationUnit, fpd ); 279 279 ArrayLength::computeLength( translationUnit ); 280 280 acceptAll( translationUnit, finder );
Note:
See TracChangeset
for help on using the changeset viewer.