.. |
APValue.cpp
|
Fix -Wcast-qual warnings.
|
2010-04-19 16:39:44 +00:00 |
ASTConsumer.cpp
|
Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do with the breakage.
|
2010-08-11 18:52:41 +00:00 |
ASTContext.cpp
|
Transfer calling-convention attributes down to member function pointers.
|
2010-09-01 16:29:03 +00:00 |
ASTDiagnostic.cpp
|
revise r112365 to fix the actual problem: the isa<TagType>(Underlying)
|
2010-09-04 23:16:01 +00:00 |
ASTImporter.cpp
|
Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols
|
2010-09-01 01:21:15 +00:00 |
AttrImpl.cpp
|
Generate Attr subclasses with TableGen.
|
2010-08-18 23:23:40 +00:00 |
CMakeLists.txt
|
Revert "CMake: Update to use standard CMake dependency tracking facilities instead"
|
2010-09-13 23:54:41 +00:00 |
CXXABI.h
|
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
|
2010-08-21 22:46:04 +00:00 |
CXXInheritance.cpp
|
Add a short circuit in isVirtuallyDerivedFrom.
|
2010-06-04 01:40:08 +00:00 |
Decl.cpp
|
Fix C++ PCH issue.
|
2010-09-09 11:28:23 +00:00 |
DeclBase.cpp
|
Decl::CheckAccessDeclContext() keeps asserting. Access is not set in some cases.
|
2010-09-08 21:58:42 +00:00 |
DeclCXX.cpp
|
Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function due to lazy declaration of default constructors. Now that __has_nothrow_constructor doesn't use it anymore, part of PR8101 is fixed.
|
2010-09-13 22:02:47 +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
|
Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols
|
2010-09-01 01:21:15 +00:00 |
DeclPrinter.cpp
|
Tweak in DeclPrinter printing of uses of copy constructors. Patch by Jim Goodnow II.
|
2010-09-17 23:04:38 +00:00 |
DeclTemplate.cpp
|
Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl.
|
2010-09-13 11:45:41 +00:00 |
DeclarationName.cpp
|
Added locations and type source info for DeclarationName.
|
2010-08-11 22:01:17 +00:00 |
Expr.cpp
|
Warn when an expression result in a LabelStmt is unused.
|
2010-09-19 21:21:10 +00:00 |
ExprCXX.cpp
|
When marking the declarations in a default argument expression as
|
2010-09-14 22:55:20 +00:00 |
ExprClassification.cpp
|
Fix classification of statement expressions.
|
2010-09-15 01:37:48 +00:00 |
ExprConstant.cpp
|
Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up.
|
2010-09-13 20:56:31 +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 |
ItaniumCXXABI.cpp
|
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
|
2010-08-21 22:46:04 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
MicrosoftCXXABI.cpp
|
Implement support for member pointers under the Microsoft C++ ABI in the
|
2010-08-16 03:33:14 +00:00 |
NestedNameSpecifier.cpp
|
Kill off the last Destroy method in the AST library
|
2010-07-25 18:23:53 +00:00 |
ParentMap.cpp
|
GCC didn't care for my attempt at API compatibility, so brute-force everything
|
2010-08-25 11:45:40 +00:00 |
RecordLayout.cpp
|
Plug leak. The DenseMaps of CXXRecordLayoutInfo weren't freed.
|
2010-08-25 00:32:19 +00:00 |
RecordLayoutBuilder.cpp
|
Use a smart pointer instead of delete.
|
2010-08-25 00:32:14 +00:00 |
Stmt.cpp
|
Initialize 'AllEnumCasesCovered' in SwitchStmt's constructor.
|
2010-09-09 00:06:01 +00:00 |
StmtDumper.cpp
|
AST work to support [C++] [IRgen] for ?: with missing LHS
|
2010-08-31 18:02:20 +00:00 |
StmtIterator.cpp
|
Add StmtIterator support for iterating over both the condition
|
2009-12-23 23:38:34 +00:00 |
StmtPrinter.cpp
|
Define and implement CXXNoexceptExpr. Create it in Sema.
|
2010-09-10 20:55:43 +00:00 |
StmtProfile.cpp
|
Define and implement CXXNoexceptExpr. Create it in Sema.
|
2010-09-10 20:55:43 +00:00 |
StmtViz.cpp
|
Adapt to the DOTGraphTraits changes in LLVM.
|
2009-11-30 14:16:05 +00:00 |
TemplateBase.cpp
|
fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chandlerc.
|
2010-09-03 23:50:56 +00:00 |
TemplateName.cpp
|
Fix C++ PCH issues.
|
2010-09-08 19:31:22 +00:00 |
Type.cpp
|
Reverse r113397 until we decide what to do with
|
2010-09-08 21:36:35 +00:00 |
TypeLoc.cpp
|
Remove dead code, caught by unused function warnings.
|
2010-08-15 01:15:58 +00:00 |
TypePrinter.cpp
|
"const id<NSFoo> *" instead of "id<NSFoo> const *".
|
2010-09-05 00:43:21 +00:00 |