clang-1/lib/AST
Chris Lattner a50089ec68 This is an attempt to improve loc info for 'unused result' expression
warnings, but it fails because we don't have the location of the .
and I don't understand ObjCKVCRefExpr.  I'll revisit this later.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79190 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-16 16:45:18 +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 Fix for PR4721: adjust CodeGen and ASTContext so that we have a 2009-08-15 02:50:32 +00:00
CMakeLists.txt Add a Profile function for statements so that we can (eventually) determine 2009-07-28 00:33:38 +00:00
Decl.cpp Disable all recognition of main() in -ffreestanding. Addresses bug #4720. 2009-08-15 02:09:25 +00:00
DeclBase.cpp Add a FriendClassDecl type for holding declarations of friend types in 2009-08-11 21:13:21 +00:00
DeclCXX.cpp Fix test failure due to uninitialized member. 2009-08-15 22:23:00 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp Patch to warn if a property which is 'assign' by default 2009-08-11 22:02:25 +00:00
DeclPrinter.cpp Change uses of: 2009-07-29 21:53:49 +00:00
DeclTemplate.cpp Keep track of the template arguments deduced when matching a class 2009-08-02 23:24:31 +00:00
DeclarationName.cpp Introduce the canonical type smart pointers, and use them in a few places to 2009-08-05 05:36:45 +00:00
Expr.cpp This is an attempt to improve loc info for 'unused result' expression 2009-08-16 16:45:18 +00:00
ExprCXX.cpp Implement __is_empty. Patch by Sean Hunt. 2009-08-15 21:55:26 +00:00
ExprConstant.cpp Change uses of: 2009-07-29 21:53:49 +00:00
InheritViz.cpp Change uses of: 2009-07-29 21:53:49 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
NestedNameSpecifier.cpp Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00
ParentMap.cpp Add ParentMap:getParentIgnoreParens(). 2009-05-11 19:49:27 +00:00
RecordLayoutBuilder.cpp Cleanups and fixups for calculating the virtual base offsets. WIP. 2009-08-16 01:46:26 +00:00
RecordLayoutBuilder.h Cleanups and fixups for calculating the virtual base offsets. WIP. 2009-08-16 01:46:26 +00:00
Stmt.cpp Get rid of Stmt::Clone now that we can reference count statements instead. 2009-08-08 02:50:17 +00:00
StmtDumper.cpp Fix spacing 2009-08-14 02:39:47 +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 Take 2 on AltiVec-style vector initializers. 2009-08-10 23:49:36 +00:00
StmtProfile.cpp Take 2 on AltiVec-style vector initializers. 2009-08-10 23:49:36 +00:00
StmtViz.cpp Update for LLVM API changes. 2009-06-24 17:37:55 +00:00
TemplateName.cpp [llvm up] 2009-07-29 18:26:50 +00:00
Type.cpp Canonicalize dependent extended vector types. 2009-07-31 03:54:25 +00:00