.. |
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
|
Provide a precise builtin declaration for objc_msgSend
|
2010-11-08 22:53:18 +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
|
Implement -working-directory.
|
2010-11-03 22:45:23 +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
|
Add a hook to the CXXABI object to get the default method calling convention.
|
2010-10-29 03:25:11 +00:00 |
CXXInheritance.cpp
|
Add a short circuit in isVirtuallyDerivedFrom.
|
2010-06-04 01:40:08 +00:00 |
Decl.cpp
|
Remove broken support for variadic templates, along with the various
|
2010-11-07 23:05:16 +00:00 |
DeclBase.cpp
|
Use the ASTMutationListener to track when a named decl gets added to a DeclContext,
|
2010-10-28 07:38:51 +00:00 |
DeclCXX.cpp
|
Improve our handling of C++ [class.copy]p3, which specifies that a
|
2010-11-08 17:16:59 +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
|
Rename alignof -> alignOf to avoid irritating C++'0x compilers,
|
2010-10-30 05:14:06 +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
|
Remove broken support for variadic templates, along with the various
|
2010-11-07 23:05:16 +00:00 |
DeclarationName.cpp
|
Added locations and type source info for DeclarationName.
|
2010-08-11 22:01:17 +00:00 |
Expr.cpp
|
Emit error when using a bound member function for something other than calling it.
|
2010-11-01 18:49:26 +00:00 |
ExprCXX.cpp
|
Improve source-location information for CXXConstructExpr nodes, by
|
2010-11-03 00:35:38 +00:00 |
ExprClassification.cpp
|
Eliminate usage of ObjCSuperExpr used for
|
2010-10-14 16:04:05 +00:00 |
ExprConstant.cpp
|
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBaseClassOffset which returns the offset in CharUnits. Do the same thing for getVBaseClassOffset.
|
2010-10-31 23:22:37 +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
|
Add a hook to the CXXABI object to get the default method calling convention.
|
2010-10-29 03:25:11 +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
|
Add a hook to the CXXABI object to get the default method calling convention.
|
2010-10-29 03:25:11 +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
|
Port over a couple of getVBaseClassOffsetInBits call sites to use getVBaseClassOffset instead.
|
2010-10-31 23:45:59 +00:00 |
RecordLayoutBuilder.cpp
|
Don't update empty field subobjects for bitfields. Fixes PR8519.
|
2010-11-01 15:14:51 +00:00 |
Stmt.cpp
|
Rename alignof -> alignOf to avoid irritating C++'0x compilers,
|
2010-10-30 05:14:06 +00:00 |
StmtDumper.cpp
|
Eliminate usage of ObjCSuperExpr used for
|
2010-10-14 16:04:05 +00:00 |
StmtIterator.cpp
|
Add StmtIterator support for iterating over both the condition
|
2009-12-23 23:38:34 +00:00 |
StmtPrinter.cpp
|
Update to use 'LLVM_*' macro names for attributes.
|
2010-10-23 08:21:37 +00:00 |
StmtProfile.cpp
|
Eliminate usage of ObjCSuperExpr used for
|
2010-10-14 16:04:05 +00:00 |
StmtViz.cpp
|
Adapt to the DOTGraphTraits changes in LLVM.
|
2009-11-30 14:16:05 +00:00 |
TemplateBase.cpp
|
Remove broken support for variadic templates, along with the various
|
2010-11-07 23:05:16 +00:00 |
TemplateName.cpp
|
Fix C++ PCH issues.
|
2010-09-08 19:31:22 +00:00 |
Type.cpp
|
Better solution: calculate the visibility of functions and variables
|
2010-10-30 11:50:40 +00:00 |
TypeLoc.cpp
|
Remove dead code, caught by unused function warnings.
|
2010-08-15 01:15:58 +00:00 |
TypePrinter.cpp
|
Remove broken support for variadic templates, along with the various
|
2010-11-07 23:05:16 +00:00 |