llvm-project/clang/lib/AST
Daniel Dunbar 56fdb6ae69 More #include cleaning
- Kill unnecessary #includes in .cpp files. This is an automatic
   sweep so some things removed are actually used, but happen to be
   included by a previous header. I tried to get rid of the obvious
   examples and this was the easiest way to trim the #includes in one
   fell swoop.
 - We now return to regularly scheduled development.

llvm-svn: 54632
2008-08-11 06:23:49 +00:00
..
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Builtins.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
CFG.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Decl.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
DeclBase.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
DeclCXX.cpp Silence uninitialized value warning in Release build. 2008-06-16 23:46:27 +00:00
DeclObjC.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
DeclSerialization.cpp -Add DeclChain member to DeclContext. 2008-06-10 01:32:09 +00:00
Expr.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
ExprCXX.cpp Fix more strict-aliasing warnings. 2008-06-17 03:11:08 +00:00
ExprConstant.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParentMap.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Stmt.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtDumper.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtIterator.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtPrinter.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtSerialization.cpp Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). 2008-08-10 19:10:41 +00:00
StmtViz.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
TranslationUnit.cpp Patch by Csaba Hruska and Peter Neumark: 2008-07-10 22:10:48 +00:00
Type.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
TypeSerialization.cpp More #include cleaning 2008-08-11 06:23:49 +00:00