Changes in src/CodeGen/LinkOnce.h [3cbe320:c6b4432]
- File:
-
- 1 edited
-
src/CodeGen/LinkOnce.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/LinkOnce.h
r3cbe320 rc6b4432 20 20 // for now its almost the only attribute we handle. 21 21 22 #include <list> // for list23 22 24 class Declaration;25 23 namespace ast { 26 24 class TranslationUnit; … … 29 27 namespace CodeGen { 30 28 31 void translateLinkOnce( std::list< Declaration *> & translationUnit );32 29 void translateLinkOnce( ast::TranslationUnit & translationUnit ); 33 30 /* Convert the cfa_linkonce attribute on top level declaration into
Note:
See TracChangeset
for help on using the changeset viewer.