Changeset 6c2dc00 for src/MakeLibCfa.h
- Timestamp:
- Aug 27, 2021, 3:51:50 PM (19 months ago)
- Branches:
- enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 52fad0c
- Parents:
- 9f5a19fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/MakeLibCfa.h
r9f5a19fa r6c2dc00 19 19 20 20 class Declaration; 21 namespace ast { 22 struct TranslationUnit; 23 } 21 24 22 25 namespace LibCfa { 23 26 void makeLibCfa( std::list< Declaration* > &prelude ); 27 void makeLibCfa( ast::TranslationUnit & translationUnit ); 24 28 } // namespace LibCfa 25 29
Note: See TracChangeset
for help on using the changeset viewer.