Changeset 9e23b446 for src/GenPoly
- Timestamp:
- Jul 25, 2022, 2:23:00 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- ffec1bf
- Parents:
- 76a798d
- Location:
- src/GenPoly
- Files:
-
- 1 added
- 2 edited
-
Specialize.h (modified) (2 diffs)
-
SpecializeNew.cpp (added)
-
module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Specialize.h
r76a798d r9e23b446 17 17 18 18 #include <list> // for list 19 #include "AST/TranslationUnit.hpp" 19 20 20 21 class Declaration; … … 23 24 /// generates thunks where needed 24 25 void convertSpecializations( std::list< Declaration* >& translationUnit ); 26 27 void convertSpecializations( ast::TranslationUnit & translationUnit ); 25 28 } // namespace GenPoly 26 29 -
src/GenPoly/module.mk
r76a798d r9e23b446 34 34 GenPoly/ScrubTyVars.h \ 35 35 GenPoly/Specialize.cc \ 36 GenPoly/SpecializeNew.cpp \ 36 37 GenPoly/Specialize.h 37 38
Note:
See TracChangeset
for help on using the changeset viewer.