Changeset ea6332d for src/SynTree/FunctionDecl.cc
- Timestamp:
- Aug 15, 2017, 11:59:15 AM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- be9288a
- Parents:
- d180746
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/FunctionDecl.cc
rd180746 rea6332d 14 14 // 15 15 16 #include <cassert> 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... 17 20 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"21 #include "Attribute.h" // for Attribute 22 #include "CodeGen/FixMain.h" // for FixMain 23 #include "Common/utility.h" // for maybeClone, printAll 24 #include "Declaration.h" // for FunctionDecl, FunctionDecl::Parent 25 #include "Parser/LinkageSpec.h" // for Spec, linkageName, Cforall 26 #include "Statement.h" // for CompoundStmt 27 #include "Type.h" // for Type, FunctionType, Type::FuncSpecif... 25 28 26 29 extern bool translation_unit_nomain;
Note: See TracChangeset
for help on using the changeset viewer.