Changes in src/CodeTools/TrackLoc.h [dba6db9:13932f14]
- File:
-
- 1 edited
-
src/CodeTools/TrackLoc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeTools/TrackLoc.h
rdba6db9 r13932f14 24 24 // printLevel: how much printing while filling in the node locations. 25 25 // 0 - No Printing, 1 - Print Location, 2 - Print Node Type and Location 26 void fillLocations( std::list< Declaration * > &translationUnit, 27 unsigned int printLevel = 0 ); 26 void fillLocations( std::list< Declaration * > &translationUnit, size_t printLevel = 0 ); 28 27 29 28 } // namespace CodeTools
Note:
See TracChangeset
for help on using the changeset viewer.