llvm-project/clang/lib/AST
Fariborz Jahanian 63a224ad59 ir-gen support for nonfragile abi's synthesized ivars.
llvm-svn: 68122
2009-03-31 18:11:23 +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 ir-gen support for nonfragile abi's synthesized ivars. 2009-03-31 18:11:23 +00:00
Builtins.cpp Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. 2009-03-16 23:22:08 +00:00
CFG.cpp Add partial CFG support for Objective-C exception-handling blocks. We basically 2009-03-30 22:29:21 +00:00
CMakeLists.txt CMake: remove TranslationUnit.cpp from build (file has been removed). 2009-03-28 12:41:49 +00:00
Decl.cpp Implement -Wmissing-prototypes. Fixes PR3911. 2009-03-31 16:35:03 +00:00
DeclBase.cpp change another PointerIntPair into a PointerUnion. 2009-03-29 06:43:22 +00:00
DeclCXX.cpp switch TemplateOrInstantiation to be a PointerUnion, which 2009-03-29 07:03:59 +00:00
DeclGroup.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
DeclObjC.cpp simplify some casting 2009-03-31 08:36:08 +00:00
DeclSerialization.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
DeclTemplate.cpp Introduce a new expression type, UnresolvedDeclRefExpr, that describes 2009-03-19 17:26:29 +00:00
DeclarationName.cpp add an assertion for unreachable code. 2009-03-21 06:40:50 +00:00
Expr.cpp Make our diagnostics about the obsolete GNU designated-initializer 2009-03-28 00:41:23 +00:00
ExprCXX.cpp Revamp our representation of C++ nested-name-specifiers. We now have a 2009-03-26 23:50:42 +00:00
ExprConstant.cpp Slight generalization for Evaluate with const variables. 2009-03-30 23:39:01 +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 Initial implementation of parsing, semantic analysis, and template 2009-03-27 23:10:48 +00:00
ParentMap.cpp Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression. 2009-01-20 00:47:45 +00:00
Stmt.cpp add some spaces :) 2009-03-11 23:09:16 +00:00
StmtDumper.cpp simplify 2009-03-29 16:04:50 +00:00
StmtIterator.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
StmtPrinter.cpp Revamp our representation of C++ nested-name-specifiers. We now have a 2009-03-26 23:50:42 +00:00
StmtSerialization.cpp Change compound assignment operators to keep track of both the promoted 2009-03-28 01:22:36 +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 Improve the representation of template names in the AST. This 2009-03-30 22:58:21 +00:00
Type.cpp Parsing and AST representation for dependent template names that occur 2009-03-31 00:43:58 +00:00
TypeSerialization.cpp Improve the representation of template names in the AST. This 2009-03-30 22:58:21 +00:00