.. |
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
|
Compute width/align of objc builtin types (id, etc)
|
2010-08-02 18:03:20 +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
|
Add source location information to C++ base specifiers.
|
2010-07-26 16:56:01 +00:00 |
AttrImpl.cpp
|
After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor!
|
2010-07-31 01:52:11 +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
|
Remove mutable data on TagType and InjectedClassNameType, by instead walking the declaration chain in search of a definition. This is necessary for a sane chained PCH implementation. No observable performance change on Carbon.h syntax-only, and bootstraps cleanly.
|
2010-08-02 18:27:05 +00:00 |
DeclBase.cpp
|
When we are deserializing the lexical decls of a DeclContext from PCH, notify the PCHReader to hold off passing Decls
|
2010-07-30 10:03:23 +00:00 |
DeclCXX.cpp
|
Add source location information to C++ base specifiers.
|
2010-07-26 16:56:01 +00:00 |
DeclFriend.cpp
|
Support C++ friend declarations for PCH.
|
2010-06-29 22:47:00 +00:00 |
DeclGroup.cpp
|
I lied. Kill off a few more Destroy methods
|
2010-07-25 18:32:30 +00:00 |
DeclObjC.cpp
|
Remove the vast majority of the Destroy methods from the AST library,
|
2010-07-25 18:17:45 +00:00 |
DeclPrinter.cpp
|
Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>.
|
2010-07-30 00:47:46 +00:00 |
DeclTemplate.cpp
|
Refactor find*Specialization functions using SpecEntryTraits
|
2010-07-30 17:09:04 +00:00 |
DeclarationName.cpp
|
Make ASTContext always use the BumpPtrAllocator.
|
2010-07-25 17:53:33 +00:00 |
Expr.cpp
|
Kill off RequiresGlobalConstructor in favor of isConstantInitializer.
|
2010-08-01 21:51:45 +00:00 |
ExprCXX.cpp
|
Remove a bunch of trivial destructors
|
2010-07-25 18:44:37 +00:00 |
ExprClassification.cpp
|
Update ImplicitCastExpr to be able to represent an XValue.
|
2010-07-20 04:20:21 +00:00 |
ExprConstant.cpp
|
Fix namespace polution.
|
2010-07-26 21:25:24 +00:00 |
FullExpr.cpp
|
Remove the vast majority of the Destroy methods from the AST library,
|
2010-07-25 18:17:45 +00:00 |
InheritViz.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
NestedNameSpecifier.cpp
|
Kill off the last Destroy method in the AST library
|
2010-07-25 18:23:53 +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
|
Remove the vast majority of the Destroy methods from the AST library,
|
2010-07-25 18:17:45 +00:00 |
StmtDumper.cpp
|
Update ImplicitCastExpr to be able to represent an XValue.
|
2010-07-20 04:20:21 +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
|
Update ImplicitCastExpr to be able to represent an XValue.
|
2010-07-20 04:20:21 +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
|
Remove mutable data on TagType and InjectedClassNameType, by instead walking the declaration chain in search of a definition. This is necessary for a sane chained PCH implementation. No observable performance change on Carbon.h syntax-only, and bootstraps cleanly.
|
2010-08-02 18:27:05 +00:00 |
TypeLoc.cpp
|
Improved TypeLoc::getSourceRange().
|
2010-05-21 21:12:12 +00:00 |
TypePrinter.cpp
|
It's not necessary to call flush() on a raw_ostream immediately prior
|
2010-07-26 21:29:50 +00:00 |