..
APValue.cpp
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
2012-08-16 03:56:14 +00:00
ASTConsumer.cpp
Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked
2012-10-03 01:58:37 +00:00
ASTContext.cpp
Fix PR 11709: Change the definition of va_list to meet AAPCS requirement
2012-10-10 06:56:20 +00:00
ASTDiagnostic.cpp
Update template type diffing to handle qualifiers. Differing qualifiers will
2012-09-28 20:32:51 +00:00
ASTImporter.cpp
Add FP_CONTRACT support for clang.
2012-10-02 04:45:10 +00:00
AttrImpl.cpp
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
2011-12-20 02:48:34 +00:00
CMakeLists.txt
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
2012-09-10 20:32:42 +00:00
CXXABI.h
[Windows] Use thiscall as the default calling convention for class methods. PR12785
2012-07-12 09:50:54 +00:00
CXXInheritance.cpp
Convert a few more getAs cases to castAs where we immediately call a member function.
2012-09-12 06:50:29 +00:00
Comment.cpp
Comment parsing: don't treat typedef to a typedef to a function as a
2012-09-15 21:13:36 +00:00
CommentBriefParser.cpp
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
2012-09-10 20:32:42 +00:00
CommentCommandTraits.cpp
Comment parsing: handle non-builtin commands correctly. After semantic
2012-09-11 19:22:03 +00:00
CommentDumper.cpp
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
2012-09-10 20:32:42 +00:00
CommentLexer.cpp
Comment parsing: don't parse comment marker followed by a digit as a command
2012-09-14 16:35:35 +00:00
CommentParser.cpp
Comment parsing: handle non-builtin commands correctly. After semantic
2012-09-11 19:22:03 +00:00
CommentSema.cpp
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
2012-09-29 11:40:46 +00:00
Decl.cpp
In VarDecl::getSourceRange() make sure to check that the source location
2012-10-08 23:08:41 +00:00
DeclBase.cpp
Remove redundant semicolons which are null statements.
2012-09-10 21:20:09 +00:00
DeclCXX.cpp
Add the TypeSourceInfo for the lambda call operator to the lambda's
2012-09-19 01:18:11 +00:00
DeclFriend.cpp
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
2012-07-04 20:19:54 +00:00
DeclGroup.cpp
I lied. Kill off a few more Destroy methods
2010-07-25 18:32:30 +00:00
DeclObjC.cpp
Move the functionality that looks for ObjC overridden methods from
2012-10-09 18:19:01 +00:00
DeclPrinter.cpp
Remove redundant semicolons which are null statements.
2012-09-10 21:20:09 +00:00
DeclTemplate.cpp
PR9023: A template template parameter whose template parameter list contains an
2012-09-07 02:06:42 +00:00
DeclarationName.cpp
Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoid into its only caller.
2012-05-19 16:03:58 +00:00
DumpXML.cpp
Fix the AST representation for non-type template arguments to encode
2012-09-26 02:36:12 +00:00
Expr.cpp
StringRef-ify Binary/UnaryOperator::getOpcodeStr
2012-10-08 01:11:04 +00:00
ExprCXX.cpp
PR13811: Add a FunctionParmPackExpr node to handle references to function
2012-09-12 00:56:43 +00:00
ExprClassification.cpp
PR13811: Add a FunctionParmPackExpr node to handle references to function
2012-09-12 00:56:43 +00:00
ExprConstant.cpp
Expose __builtin_bswap16.
2012-10-06 14:42:22 +00:00
ExternalASTSource.cpp
Implement the all_lookups_iterator for PCH as a follow-up to r153970. This
2012-04-16 02:51:46 +00:00
InheritViz.cpp
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
2011-07-23 10:55:15 +00:00
ItaniumCXXABI.cpp
[Windows] Use thiscall as the default calling convention for class methods. PR12785
2012-07-12 09:50:54 +00:00
ItaniumMangle.cpp
Add missing comment for mangling.
2012-10-04 04:58:17 +00:00
LambdaMangleContext.cpp
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
2012-07-04 17:04:04 +00:00
Makefile
BUILD_ARCHIVE is the default for libraries, no need to set it.
2010-07-18 00:14:47 +00:00
Mangle.cpp
block literal irgen: several improvements on naming block
2012-06-26 16:06:38 +00:00
MicrosoftCXXABI.cpp
Revert r163078 per chandlerc's request.
2012-09-04 17:18:12 +00:00
MicrosoftMangle.cpp
When mangling an APSInt with the ms abi, make sure to look at all nibbles.
2012-10-03 13:39:49 +00:00
NSAPI.cpp
Change the representation of builtin functions in the AST
2012-08-31 00:14:07 +00:00
NestedNameSpecifier.cpp
Use the right alignment when allocating NestedNameSpecifier objects.
2012-08-15 01:41:43 +00:00
ParentMap.cpp
ParentMap: Restore the ability to update an existing map.
2012-10-06 01:19:36 +00:00
RawCommentList.cpp
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
2012-09-29 11:40:46 +00:00
RecordLayout.cpp
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead.
2012-07-04 18:45:14 +00:00
RecordLayoutBuilder.cpp
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
2012-09-15 20:20:27 +00:00
SelectorLocationsKind.cpp
Fix crash when using archaic protocol, rdar://10238337
2011-10-05 21:28:06 +00:00
Stmt.cpp
Revert r163083 per chandlerc's request.
2012-09-04 17:49:35 +00:00
StmtDumper.cpp
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
2012-09-06 15:59:27 +00:00
StmtIterator.cpp
Support for C++11 (non-template) alias declarations.
2011-04-15 14:24:37 +00:00
StmtPrinter.cpp
Add the Microsoft __is_interface_class type trait.
2012-09-25 07:32:49 +00:00
StmtProfile.cpp
Fix the AST representation for non-type template arguments to encode
2012-09-26 02:36:12 +00:00
StmtViz.cpp
…
TemplateBase.cpp
Added forgotten break.
2012-10-05 04:43:29 +00:00
TemplateName.cpp
Print NamedDecls directly to a raw_ostream where possible.
2012-02-07 11:57:57 +00:00
Type.cpp
Teach getCXXRecordDeclForPointerType about references.
2012-10-03 01:08:28 +00:00
TypeLoc.cpp
Fixed FunctionTypeLoc source range.
2012-10-04 21:42:10 +00:00
TypePrinter.cpp
Pass PrintingPolicy by reference, copying it isn't cheap.
2012-09-27 17:37:30 +00:00
VTTBuilder.cpp
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead.
2012-07-04 18:45:14 +00:00
VTableBuilder.cpp
Fix a typo (the the => the)
2012-07-23 08:59:39 +00:00