.. |
APValue.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ASTConsumer.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ASTContext.cpp
|
objective-C blocks: Check for record type when deciding if
|
2012-12-11 19:58:01 +00:00 |
ASTDiagnostic.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ASTDumper.cpp
|
Rename StmtDumper to ASTDumper.
|
2012-12-13 13:59:55 +00:00 |
ASTImporter.cpp
|
Finish implementing 'selected constructor' rules for triviality in C++11. In
|
2012-12-08 08:32:28 +00:00 |
AttrImpl.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
CMakeLists.txt
|
Rename StmtDumper to ASTDumper.
|
2012-12-13 13:59:55 +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
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
Comment.cpp
|
Remove const_casts by propagating constness down to called functions.
|
2012-10-19 16:51:38 +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
|
CommentDumper: reorder members and add a comment.
|
2012-10-25 18:16:02 +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
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
CommentSema.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
Decl.cpp
|
Properly compute triviality for explicitly-defaulted or deleted special members.
|
2012-12-08 02:53:02 +00:00 |
DeclBase.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
DeclCXX.cpp
|
Finish implementing 'selected constructor' rules for triviality in C++11. In
|
2012-12-08 08:32:28 +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
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
DeclObjC.cpp
|
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
2012-12-01 15:09:41 +00:00 |
DeclPrinter.cpp
|
Use @import rather than @__experimental_modules_import, since the
|
2012-12-11 22:11:52 +00:00 |
DeclTemplate.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
DeclarationName.cpp
|
Don't include Type.h in DeclarationName.h.
|
2012-12-01 16:35:25 +00:00 |
DumpXML.cpp
|
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
2012-12-01 15:09:41 +00:00 |
Expr.cpp
|
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
2012-12-01 15:09:41 +00:00 |
ExprCXX.cpp
|
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
2012-12-01 15:09:41 +00:00 |
ExprClassification.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ExprConstant.cpp
|
Include pruning and general cleanup.
|
2012-12-01 17:12:56 +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
|
…
|
|
ItaniumCXXABI.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ItaniumMangle.cpp
|
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
2012-12-01 15:09:41 +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
|
…
|
|
Mangle.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
MicrosoftCXXABI.cpp
|
Revert r163078 per chandlerc's request.
|
2012-09-04 17:18:12 +00:00 |
MicrosoftMangle.cpp
|
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
2012-12-01 15:09:41 +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
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +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
|
Currently when AST record layouts are dumped with -fdump-record-layouts, the
|
2012-12-08 00:07:24 +00:00 |
SelectorLocationsKind.cpp
|
…
|
|
Stmt.cpp
|
Include pruning and general cleanup.
|
2012-12-01 17:12:56 +00:00 |
StmtIterator.cpp
|
…
|
|
StmtPrinter.cpp
|
Testing C declarations embedded in
|
2012-12-04 21:15:23 +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
|
Include pruning and general cleanup.
|
2012-12-01 17:12:56 +00:00 |
TemplateName.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
Type.cpp
|
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
|
2012-12-01 15:09:41 +00:00 |
TypeLoc.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
TypePrinter.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +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
|
Include pruning and general cleanup.
|
2012-12-01 17:12:56 +00:00 |