Changes in / [1d402be:5b7c8b5]
- Location:
- src
- Files:
-
- 1 deleted
- 2 edited
-
MakeLibCfa.h (modified) (1 diff)
-
MakeLibCfaNew.cpp (deleted)
-
Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/MakeLibCfa.h
r1d402be r5b7c8b5 19 19 20 20 class Declaration; 21 namespace ast {22 struct TranslationUnit;23 }24 21 25 22 namespace LibCfa { 26 23 void makeLibCfa( std::list< Declaration* > &prelude ); 27 void makeLibCfa( ast::TranslationUnit & translationUnit );28 24 } // namespace LibCfa 29 25 -
src/Makefile.am
r1d402be r5b7c8b5 23 23 CompilationState.h \ 24 24 MakeLibCfa.cc \ 25 MakeLibCfaNew.cpp \26 25 MakeLibCfa.h 27 26
Note:
See TracChangeset
for help on using the changeset viewer.