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