llvm-project/clang/lib/AST
Douglas Gregor 6cc628edf4 Eliminate a warning
llvm-svn: 72846
2009-06-04 05:28:55 +00:00
..
APValue.cpp Remove some now-unneeded calls to llvm::errs().flush(). 2009-03-10 18:00:19 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Cleanup/Refactoring of ivar collection. No change in functionality. 2009-06-04 01:19:09 +00:00
Builtins.cpp Use v.data() instead of &v[0] when SmallVector v might be empty. 2009-05-21 09:52:38 +00:00
CFG.cpp Create a new PrintingPolicy class, which we pass down through the AST 2009-05-29 20:38:28 +00:00
CMakeLists.txt Refactor and clean up the AST printer, so that it uses a DeclVisitor, 2009-05-30 00:08:05 +00:00
Decl.cpp Create a new PrintingPolicy class, which we pass down through the AST 2009-05-29 20:38:28 +00:00
DeclBase.cpp Initial infrastructure for class template partial specialization. Here 2009-05-31 09:31:02 +00:00
DeclCXX.cpp Get rid of CXXTempVarDecl. 2009-05-30 21:10:34 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp (Next runtime only) check to see if class implements forwardInvocation method 2009-05-22 17:12:32 +00:00
DeclPrinter.cpp Add a little FIXME for C++ class printing 2009-05-31 07:13:39 +00:00
DeclTemplate.cpp Initial infrastructure for class template partial specialization. Here 2009-05-31 09:31:02 +00:00
DeclarationName.cpp Make sure that we use the canonical type for the names of instantiated 2009-05-15 21:18:27 +00:00
Expr.cpp A corner case of objc2 gc's write-barrier generation 2009-06-01 21:29:32 +00:00
ExprCXX.cpp Clean up the newly added C++ AST nodes. 2009-05-30 22:38:53 +00:00
ExprConstant.cpp Some small fixes for fields of reference type. 2009-05-30 21:09:44 +00:00
InheritViz.cpp [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that 2008-11-13 05:09:21 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
NestedNameSpecifier.cpp Create a new PrintingPolicy class, which we pass down through the AST 2009-05-29 20:38:28 +00:00
ParentMap.cpp Add ParentMap:getParentIgnoreParens(). 2009-05-11 19:49:27 +00:00
Stmt.cpp Simplify printing of the statistics for types. 2009-05-26 14:40:08 +00:00
StmtDumper.cpp Create a new PrintingPolicy class, which we pass down through the AST 2009-05-29 20:38:28 +00:00
StmtIterator.cpp When evaluating a VarDecl as a constant or determining whether it is 2009-05-26 18:54:04 +00:00
StmtPrinter.cpp Add a CXXBindTemporaryExpr. 2009-05-30 20:03:25 +00:00
StmtViz.cpp Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. 2008-10-07 23:09:49 +00:00
TemplateName.cpp Create a new PrintingPolicy class, which we pass down through the AST 2009-05-29 20:38:28 +00:00
Type.cpp Eliminate a warning 2009-06-04 05:28:55 +00:00