llvm-project/clang/lib/AST
Anders Carlsson 32440a0f48 Use the Itanium ABI for member pointers. Add a missing 'break' statement and a test case
llvm-svn: 71972
2009-05-17 02:06:04 +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 Use the Itanium ABI for member pointers. Add a missing 'break' statement and a test case 2009-05-17 02:06:04 +00:00
Builtins.cpp Add support for LLLi -> int128 in builtins.def 2009-05-07 04:47:06 +00:00
CFG.cpp source-level CFG: have the body for the @synchronized start with its own basic 2009-05-05 23:11:51 +00:00
CMakeLists.txt Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
Decl.cpp Improvements to the FunctionDecl getters/setters. 2009-05-14 21:46:00 +00:00
DeclBase.cpp A couple more small changes which are probably required for Cygwin 2009-04-27 23:43:36 +00:00
DeclCXX.cpp Add setters/getters to CXXMethodDecl so it can keep track of which virtual member functions it overrides (if any) 2009-05-16 23:58:37 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp The ivars in an ObjCImplementationDecl are now stored in the 2009-04-23 03:23:08 +00:00
DeclTemplate.cpp Encapsulate template arguments lists in a new class, 2009-05-11 23:53:27 +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 Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though. 2009-05-16 18:50:46 +00:00
ExprCXX.cpp Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though. 2009-05-16 18:50:46 +00:00
ExprConstant.cpp Implement C++0x nullptr. 2009-05-10 18:38:11 +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 Parsing, semantic analysis, and template instantiation for typename 2009-04-01 00:28:59 +00:00
ParentMap.cpp Add ParentMap:getParentIgnoreParens(). 2009-05-11 19:49:27 +00:00
Stmt.cpp Template instantiation for break and continue statements. 2009-05-15 22:32:39 +00:00
StmtDumper.cpp Audit __private_extern__ handling. 2009-04-14 02:25:56 +00:00
StmtIterator.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
StmtPrinter.cpp A couple of tweaks to make -ast-print produce code that's closer to 2009-05-17 01:05:34 +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 add TemplateName.cpp/h to the xcode project, minor tidying. 2009-04-02 06:07:12 +00:00
Type.cpp Encapsulate template arguments lists in a new class, 2009-05-11 23:53:27 +00:00