Ignore:
Timestamp:
Aug 15, 2017, 1:38:04 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, 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:
bd098ea
Parents:
ea6332d
Message:

Fixed errors made by the clean-up tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Autogen.cc

    rea6332d rbe9288a  
    1515#include "Autogen.h"
    1616
    17 #include <cassert>                // for assert, assertf
    18 #include <cstddef>                // for NULL
     17#include <cstddef>                 // for NULL
     18#include <algorithm>               // for count_if
     19#include <cassert>                 // for safe_dynamic_cast, assert, assertf
     20#include <iterator>                // for back_insert_iterator, back_inserter
     21#include <list>                    // for list, _List_iterator, list<>::iter...
     22#include <set>                     // for set, _Rb_tree_const_iterator
     23#include <utility>                 // for pair
     24#include <vector>                  // for vector
    1925
    2026#include "AddVisit.h"             // for addVisit
     
    2329#include "GenPoly/ScopedSet.h"    // for ScopedSet
    2430#include "Parser/LinkageSpec.h"   // for AutoGen, Intrinsic, Spec
     31#include "SymTab/Mangler.h"       // for mangleType
    2532#include "SynTree/Statement.h"    // for SwitchStmt (ptr only), CompoundStmt
    2633#include "SynTree/Type.h"         // for Type, ArrayType, Type::StorageClasses
Note: See TracChangeset for help on using the changeset viewer.