Changes in src/SynTree/FunctionDecl.cc [ea6332d:ddfd945]
- File:
-
- 1 edited
-
src/SynTree/FunctionDecl.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/FunctionDecl.cc
rea6332d rddfd945 14 14 // 15 15 16 #include <cassert> // for assert 17 #include <list> // for list 18 #include <ostream> // for operator<<, ostream, basic_ostream 19 #include <string> // for operator<<, string, char_traits, ope... 16 #include <cassert> 20 17 21 #include " Attribute.h" // for Attribute22 #include " CodeGen/FixMain.h" // for FixMain23 #include " Common/utility.h" // for maybeClone, printAll24 #include " Declaration.h" // for FunctionDecl, FunctionDecl::Parent25 #include " Parser/LinkageSpec.h" // for Spec, linkageName, Cforall26 #include " Statement.h" // for CompoundStmt27 #include " Type.h" // for Type, FunctionType, Type::FuncSpecif...18 #include "Declaration.h" 19 #include "Statement.h" 20 #include "Type.h" 21 #include "Attribute.h" 22 #include "Common/utility.h" 23 #include "InitTweak/InitTweak.h" 24 #include "CodeGen/FixMain.h" 28 25 29 26 extern bool translation_unit_nomain;
Note:
See TracChangeset
for help on using the changeset viewer.