.. |
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
|
Clear the LV cache when setting the instantiated from link.
|
2013-01-08 14:58:32 +00:00 |
ASTDiagnostic.cpp
|
Use a safe default width for template-diff'ing integral arguments, in
|
2012-12-21 23:03:27 +00:00 |
ASTDumper.cpp
|
Implement Attr dumping for -ast-dump.
|
2013-01-07 17:53:08 +00:00 |
ASTImporter.cpp
|
Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then
|
2012-12-20 02:22:15 +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
|
Implement Attr dumping for -ast-dump.
|
2013-01-07 17:53:08 +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
|
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365
|
2012-12-19 00:45:41 +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 lexing: replace manual comparison with StringRef::find_first_of
|
2012-12-30 19:45:46 +00:00 |
CommentParser.cpp
|
Fix PR14591: Windows newlines in doxygen comments cause failed assertion in
|
2012-12-19 17:34:55 +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
|
Assert that redeclarations have the same linkage.
|
2013-01-05 01:28:37 +00:00 |
DeclBase.cpp
|
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365
|
2012-12-19 00:45:41 +00:00 |
DeclCXX.cpp
|
s/CPlusPlus0x/CPlusPlus11/g
|
2013-01-02 11:42:31 +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
|
Minor refactoring of my last patch
|
2013-01-07 21:31:08 +00:00 |
DeclPrinter.cpp
|
Fixes couple of friend declaration -ast-print bug
|
2012-12-21 21:43:05 +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
|
Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM.
|
2012-12-25 08:53:55 +00:00 |
Expr.cpp
|
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments.
|
2013-01-02 12:01:23 +00:00 |
ExprCXX.cpp
|
Fix for PR12222.
|
2012-12-25 14:51:39 +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
|
Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be
|
2013-01-07 16:43:27 +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
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ItaniumMangle.cpp
|
Re-commit r170428 changes with Linux style file endings.
|
2012-12-18 14:38:23 +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
|
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
|
Re-commit r170428 changes with Linux style file endings.
|
2012-12-18 14:38:23 +00:00 |
NSAPI.cpp
|
Re-commit r170428 changes with Linux style file endings.
|
2012-12-18 14:38:23 +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
|
Fix crash when using archaic protocol, rdar://10238337
|
2011-10-05 21:28:06 +00:00 |
Stmt.cpp
|
ArrayRefize CXXTryStmt.
|
2012-12-29 20:13:03 +00:00 |
StmtIterator.cpp
|
Support for C++11 (non-template) alias declarations.
|
2011-04-15 14:24:37 +00:00 |
StmtPrinter.cpp
|
Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here.
|
2012-12-20 19:22:21 +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
|
Implement AST dumper for Decls.
|
2012-12-20 02:09:13 +00:00 |
Type.cpp
|
Move ref qualifiers from Type bitfields into FunctionProtoType, stealing two
|
2013-01-08 00:50:27 +00:00 |
TypeLoc.cpp
|
Re-commit r170428 changes with Linux style file endings.
|
2012-12-18 14:38:23 +00:00 |
TypePrinter.cpp
|
Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM.
|
2012-12-25 08:53:55 +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 |