Changeset c3acf0aa for src/SymTab/Validate.cc
- Timestamp:
- Aug 15, 2017, 11:09:35 AM (6 years ago)
- Branches:
- ADT, 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:
- 84993ff2
- Parents:
- 06cafa4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
r06cafa4 rc3acf0aa 40 40 #include "Validate.h" 41 41 42 #include <cstddef> // for size_t43 42 #include <algorithm> // for move, transform 44 43 #include <cassert> // for safe_dynamic_cast, assertf 44 #include <cstddef> // for size_t 45 45 #include <iterator> // for back_inserter, inserter, back_... 46 46 #include <list> // for list, _List_iterator, list<>::... … … 49 49 #include <string> // for string, operator+, operator== 50 50 #include <tuple> // for get 51 #include <type_traits> // for remove_reference<>::type 51 52 #include <utility> // for pair, make_pair 52 53 … … 64 65 #include "InitTweak/InitTweak.h" // for isCtorDtor, isCtorDtorAssign 65 66 #include "Parser/LinkageSpec.h" // for C, Cforall 67 #include "Parser/ParseNode.h" // for DeclarationNode, DeclarationNo... 68 #include "PassVisitor.h" // for acceptAll, mutateAll 66 69 #include "ResolvExpr/typeops.h" // for extractResultType, typesCompat... 67 #include "SynTree/Attribute.h" // for Attribute70 #include "SynTree/Attribute.h" // for noAttributes, Attribute 68 71 #include "SynTree/Constant.h" // for Constant 69 #include "SynTree/Declaration.h" // for EnumDecl, StructDecl, UnionDecl72 #include "SynTree/Declaration.h" // for EnumDecl, StructDecl, TypedefDecl 70 73 #include "SynTree/Expression.h" // for TypeExpr, CompoundLiteralExpr 71 74 #include "SynTree/Initializer.h" // for ListInit, Initializer, noDesig...
Note: See TracChangeset
for help on using the changeset viewer.