.. |
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
|
Teach the ObjC mangler to ignore member pointers just like gcc does.
|
2010-05-17 23:56:34 +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
|
Substantially alter the design of the Objective C type AST by introducing
|
2010-05-15 11:32:37 +00:00 |
AttrImpl.cpp
|
Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept.
|
2010-02-23 22:00:30 +00:00 |
CMakeLists.txt
|
Unbreak CMake build.
|
2010-05-05 05:41:05 +00:00 |
CXXInheritance.cpp
|
Implement computation of the final overriders for each virtual
|
2010-03-23 23:47:56 +00:00 |
Decl.cpp
|
Determine when the instantiation of a friend function defined inside a
|
2010-05-17 17:34:56 +00:00 |
DeclBase.cpp
|
Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe!
|
2010-05-11 06:18:17 +00:00 |
DeclCXX.cpp
|
Merged Elaborated and QualifiedName types.
|
2010-05-11 21:36:43 +00:00 |
DeclFriend.cpp
|
Implement basic support for friend types and functions in non-dependent
|
2010-03-12 01:19:31 +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
|
Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream.
|
2010-04-17 09:33:03 +00:00 |
DeclPrinter.cpp
|
And finally, revert the accidental check-in part of the previous reversion. I'm on a roll.
|
2010-05-07 09:11:09 +00:00 |
DeclTemplate.cpp
|
Partial and full specializations of a class template may have a
|
2010-05-06 00:28:52 +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
|
Substantially alter the design of the Objective C type AST by introducing
|
2010-05-15 11:32:37 +00:00 |
ExprCXX.cpp
|
Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>.
|
2010-05-10 20:06:30 +00:00 |
ExprConstant.cpp
|
When constant folding reference variables with an initializer to the
|
2010-05-16 09:32:51 +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
|
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
|
2010-03-12 22:55:16 +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
|
Add a SizeOfLargestEmptySubobject member to ASTRecordLayout. For C++ classes this will hold the largest empty subobject or 0 if the class doesn't have any empty subobjects.
|
2010-05-08 22:35:05 +00:00 |
RecordLayoutBuilder.cpp
|
Add an UpdateVBases parameter to UpdateEmptyClassOffsets. Not used just yet.
|
2010-05-10 15:28:59 +00:00 |
RecordLayoutBuilder.h
|
Add an UpdateVBases parameter to UpdateEmptyClassOffsets. Not used just yet.
|
2010-05-10 15:28:59 +00:00 |
Stmt.cpp
|
Reapplying patch to change StmtNodes.def to StmtNodes.td, this time
|
2010-05-05 15:24:00 +00:00 |
StmtDumper.cpp
|
Let StmtDumper.cpp handle using declarations.
|
2010-05-04 10:20:17 +00:00 |
StmtIterator.cpp
|
Add StmtIterator support for iterating over both the condition
|
2009-12-23 23:38:34 +00:00 |
StmtPrinter.cpp
|
Reapplying patch to change StmtNodes.def to StmtNodes.td, this time
|
2010-05-05 15:24:00 +00:00 |
StmtProfile.cpp
|
Reapplying patch to change StmtNodes.def to StmtNodes.td, this time
|
2010-05-05 15:24:00 +00:00 |
StmtViz.cpp
|
Adapt to the DOTGraphTraits changes in LLVM.
|
2009-11-30 14:16:05 +00:00 |
TemplateBase.cpp
|
When printing a non-viable overload candidate that failed due to
|
2010-05-08 17:41:32 +00:00 |
TemplateName.cpp
|
Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream.
|
2010-04-17 09:33:03 +00:00 |
Type.cpp
|
Comments and assorted cleanups for the Objective C type AST.
|
2010-05-17 23:00:45 +00:00 |
TypeLoc.cpp
|
Avoid doing two switches in TypeLoc's initialize() loop. The optimizer
|
2010-05-16 02:09:32 +00:00 |
TypePrinter.cpp
|
Substantially alter the design of the Objective C type AST by introducing
|
2010-05-15 11:32:37 +00:00 |