Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/LinkOnce.h

    rc6b4432 r3cbe320  
    2020// for now its almost the only attribute we handle.
    2121
     22#include <list>  // for list
    2223
     24class Declaration;
    2325namespace ast {
    2426        class TranslationUnit;
     
    2729namespace CodeGen {
    2830
     31void translateLinkOnce( std::list< Declaration *> & translationUnit );
    2932void translateLinkOnce( ast::TranslationUnit & translationUnit );
    3033/* Convert the cfa_linkonce attribute on top level declaration into
Note: See TracChangeset for help on using the changeset viewer.