..
APValue.cpp
Fix -Wcast-qual warnings.
2010-04-19 16:39:44 +00:00
ASTConsumer.cpp
Push DeclGroup much farther throughout the compiler. Now the various
2009-03-29 16:50:03 +00:00
ASTContext.cpp
Reinstate the fix for PR7556. A silly use of isTrivial() was
2010-07-08 06:14:04 +00:00
ASTDiagnostic.cpp
Teach the AKA calculation to look at sugar on the pointee type for pointers and
2010-05-13 11:37:24 +00:00
ASTImporter.cpp
improve altivec vector bool/pixel support, patch by Anton Yartsev
2010-06-23 06:00:24 +00:00
AttrImpl.cpp
implement support for -finstrument-functions, patch by Nelson
2010-06-22 00:03:40 +00:00
CMakeLists.txt
Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the classification of an expression under the C++0x taxology (value category). Reimplement isLvalue and isModifiableLvalue using these functions. No regressions in the test suite from this, and my rough performance check doesn't show any regressions either.
2010-06-28 15:09:07 +00:00
CXXInheritance.cpp
Add a short circuit in isVirtuallyDerivedFrom.
2010-06-04 01:40:08 +00:00
Decl.cpp
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of getBody() when we are just checking the existence of a body, to avoid de-serialization of the body from PCH.
2010-07-07 11:31:19 +00:00
DeclBase.cpp
Instantiate attributes when first building an instantiated
2010-07-13 00:16:40 +00:00
DeclCXX.cpp
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of getBody() when we are just checking the existence of a body, to avoid de-serialization of the body from PCH.
2010-07-07 11:31:19 +00:00
DeclFriend.cpp
Support C++ friend declarations for PCH.
2010-06-29 22:47:00 +00:00
DeclGroup.cpp
Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child expressions (via StmtIterator), as those expressions are owned by the Decls and Types (which are destroyed elsewhere). This fixes a crasher reported in <rdar://problem/7487294>.
2009-12-23 08:56:00 +00:00
DeclObjC.cpp
Patch to provide separate ASTs for multiple ObjC class extension
2010-06-22 23:20:40 +00:00
DeclPrinter.cpp
Fix a crashing but trying to print a TemplateTemplateParmDecl
2010-07-09 20:25:10 +00:00
DeclTemplate.cpp
Whenever we're creating an expression that is typically an rvalue
2010-07-13 18:40:04 +00:00
DeclarationName.cpp
Allocate most of DeclarationNamesTable using ASTContext's allcocator. The only things that
2010-05-10 20:56:10 +00:00
Expr.cpp
Introduce a new cast kind for an "lvalue bitcast", which handles
2010-07-13 23:17:26 +00:00
ExprCXX.cpp
Downgrade the "when type is in parentheses, array cannot have dynamic
2010-07-13 15:54:32 +00:00
ExprClassification.cpp
Reinstate the fix for PR7556. A silly use of isTrivial() was
2010-07-08 06:14:04 +00:00
ExprConstant.cpp
Introduce a new cast kind for an "lvalue bitcast", which handles
2010-07-13 23:17:26 +00:00
FullExpr.cpp
More work on the FullExpr class.
2009-12-16 06:10:22 +00:00
InheritViz.cpp
Remove tabs, and whitespace cleanups.
2009-09-09 15:08:12 +00:00
Makefile
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles.
2010-06-08 20:44:43 +00:00
NestedNameSpecifier.cpp
Merged Elaborated and QualifiedName types.
2010-05-11 21:36:43 +00:00
ParentMap.cpp
Remove tabs, and whitespace cleanups.
2009-09-09 15:08:12 +00:00
RecordLayout.cpp
No need to use the PrimaryBaseInfo struct in the builder.
2010-05-26 05:20:58 +00:00
RecordLayoutBuilder.cpp
Sema: Fix a subtle i64 -> i32 truncation which broke layout of large structures
2010-06-29 18:34:35 +00:00
Stmt.cpp
Added a path-sensitive idempotent operation checker (-analyzer-idempotent-operation). Finds idempotent and/or tautological operations in a path sensitive context, flagging operations that have no effect or a predictable effect.
2010-07-06 21:43:29 +00:00
StmtDumper.cpp
make -ast-dump print something like this for declstmts:
2010-05-25 17:56:43 +00:00
StmtIterator.cpp
Add StmtIterator support for iterating over both the condition
2009-12-23 23:38:34 +00:00
StmtPrinter.cpp
Reinstate the fix for PR7556. A silly use of isTrivial() was
2010-07-08 06:14:04 +00:00
StmtProfile.cpp
When computing the canonical profile of a DeclRefExpr or MemberExpr,
2010-07-13 08:37:11 +00:00
StmtViz.cpp
Adapt to the DOTGraphTraits changes in LLVM.
2009-11-30 14:16:05 +00:00
TemplateBase.cpp
Split DependentNameType into two types. DependentNameType represents the
2010-06-11 00:33:02 +00:00
TemplateName.cpp
Initial support for writing templates to PCH.
2010-06-19 19:28:53 +00:00
Type.cpp
Whenever we're creating an expression that is typically an rvalue
2010-07-13 18:40:04 +00:00
TypeLoc.cpp
Improved TypeLoc::getSourceRange().
2010-05-21 21:12:12 +00:00
TypePrinter.cpp
improve altivec vector bool/pixel support, patch by Anton Yartsev
2010-06-23 06:00:24 +00:00