llvm-project/clang/lib/AST
Fariborz Jahanian e4fd640147 Fix a bug in declaration of property in continuation
class which was exposed by implementation of 
objc2's nonfragile abi code gen.

llvm-svn: 68259
2009-04-01 23:23:53 +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 Nonfragile ivar synthesis with property is in a continuation 2009-04-01 19:37:34 +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 CFG: For 'if(...) {}' (empty body) construct an empty CFGBlock so that we can 2009-04-01 03:52:47 +00:00
CMakeLists.txt Update CMake file. Patch by Brian Diekelman! 2009-04-01 19:11:05 +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 Fix a bug in declaration of property in continuation 2009-04-01 23:23:53 +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 Parsing, semantic analysis, and template instantiation for typename 2009-04-01 00:28:59 +00:00
ParentMap.cpp Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct 2009-04-01 06:52:48 +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 Some cleanup and renaming. No functionality change 2009-03-31 20:22:05 +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 Parsing, semantic analysis, and template instantiation for typename 2009-04-01 00:28:59 +00:00
Type.cpp Give Type::getDesugaredType a "for-display" mode that can apply more 2009-04-01 15:47:24 +00:00
TypeSerialization.cpp Improve the representation of template names in the AST. This 2009-03-30 22:58:21 +00:00