Changeset fa2de95 for src/CodeTools/DeclStats.h
- Timestamp:
- Feb 2, 2017, 4:06:21 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 7a560c1
- Parents:
- 41a7137
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeTools/DeclStats.h
r41a7137 rfa2de95 21 21 namespace CodeTools { 22 22 23 /// Prints summary information about a translation unit's function declarations and calls 23 24 void printDeclStats( std::list< Declaration * > &translationUnit ); 24 25
Note: See TracChangeset
for help on using the changeset viewer.