clang-1/lib/AST
Anders Carlsson 5e5783180a A block that returns a reference is an lvalue.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72409 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-26 02:03:20 +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 Extend getPreferredTypeAlign to handle _Complex double and long long 2009-05-25 21:27:19 +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 source-level CFG: have the body for the @synchronized start with its own basic 2009-05-05 23:11:51 +00:00
CMakeLists.txt Fix CMake build for AST XML dumper 2009-05-21 21:21:53 +00:00
Decl.cpp When instantiating the definition of a member function of a class 2009-05-18 17:01:57 +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 (Next runtime only) check to see if class implements forwardInvocation method 2009-05-22 17:12:32 +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 A block that returns a reference is an lvalue. 2009-05-26 02:03:20 +00:00
ExprCXX.cpp Representation of and template instantiation for member 2009-05-22 21:13:27 +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 C++ try/catch statements. 2009-05-18 20:51:54 +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 Representation of and template instantiation for member 2009-05-22 21:13:27 +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 Parse typeof-specifier the same way as sizeof/alignof are parsed. 2009-05-22 10:22:18 +00:00