.. |
APValue.cpp
|
Re-commit r289252 and r289285, and fix PR31374
|
2016-12-15 08:09:08 +00:00 |
ASTConsumer.cpp
|
Move LocInfoType from Sema to AST.
|
2016-02-01 17:42:01 +00:00 |
ASTContext.cpp
|
[XRay] Add -fxray-{always,never}-instrument= flags to clang
|
2017-03-30 00:29:36 +00:00 |
ASTDiagnostic.cpp
|
PR30831: Teach template type diffing to cope with TemplateSpecializationTypes
|
2016-10-28 19:54:43 +00:00 |
ASTDumper.cpp
|
Add -cc1 flag -ast-dump-all to perform an AST dump including entities that haven't yet been deserialized.
|
2017-03-09 22:00:01 +00:00 |
ASTImporter.cpp
|
Encapsulate FPOptions and use it consistently
|
2017-03-27 19:17:25 +00:00 |
ASTTypeTraits.cpp
|
Teach clang-query to dump types. I couldn't find any existing tests for clang-query's dumping functionality. =(
|
2016-11-02 23:57:18 +00:00 |
AttrImpl.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +00:00 |
CMakeLists.txt
|
Add more ODR checking.
|
2017-02-22 01:11:25 +00:00 |
CXXABI.h
|
Remove C++ default arg side table for MS ABI ctor closures
|
2016-11-23 16:51:30 +00:00 |
CXXInheritance.cpp
|
Remove unused lambda captures. NFC
|
2017-01-13 18:55:32 +00:00 |
Comment.cpp
|
[Sema][Comments] Add support for TypeAliasTemplate
|
2016-08-25 17:09:33 +00:00 |
CommentBriefParser.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +00:00 |
CommentCommandTraits.cpp
|
…
|
|
CommentLexer.cpp
|
Fix 'unknown documentation command' warning ranges
|
2016-10-25 10:06:11 +00:00 |
CommentParser.cpp
|
[cleanup] Remove excessive padding from TextTokenRetokenizer::Position
|
2016-09-20 18:32:48 +00:00 |
CommentSema.cpp
|
AST: improve layout of SimpleTypoCorrector
|
2016-08-28 21:33:30 +00:00 |
Decl.cpp
|
[index/AST] Determine if a typedef shares a name and spelling location with its underlying tag type
|
2017-03-21 16:56:02 +00:00 |
DeclBase.cpp
|
Add an explicit derived class of FunctionDecl to model deduction guides rather
|
2017-02-17 20:05:37 +00:00 |
DeclCXX.cpp
|
[Objective-C] C++ Classes with __weak Members non-POD Types when using -fobjc-weak
|
2017-03-29 17:31:42 +00:00 |
DeclFriend.cpp
|
[TrailingObjects] Convert Decl* classes.
|
2015-12-29 22:13:13 +00:00 |
DeclGroup.cpp
|
Retire llvm::alignOf in favor of C++11 alignof.
|
2016-10-20 14:27:22 +00:00 |
DeclObjC.cpp
|
[ObjC][ARC] Avoid -Warc-performSelector-leaks for performSelector variations
|
2017-03-23 10:46:05 +00:00 |
DeclOpenMP.cpp
|
[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during source
|
2016-12-20 16:51:02 +00:00 |
DeclPrinter.cpp
|
Handle deduction guides better in -ast-print.
|
2017-02-18 01:01:48 +00:00 |
DeclTemplate.cpp
|
Add a destruct-on-exit function to ASTContext.
|
2017-02-14 05:37:36 +00:00 |
DeclarationName.cpp
|
P0091R3: Improved syntactic checking of deduction-guides.
|
2017-02-08 00:35:25 +00:00 |
Expr.cpp
|
Spelling mistakes in comments. NFCI. (PR27635)
|
2017-03-30 14:13:19 +00:00 |
ExprCXX.cpp
|
[c++1z] P0091R3: Basic support for deducing class template arguments via deduction-guides.
|
2017-02-09 19:17:44 +00:00 |
ExprClassification.cpp
|
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
|
2017-03-06 23:38:15 +00:00 |
ExprConstant.cpp
|
Apply clang-tidy's performance-unnecessary-value-param to parts of clang.
|
2017-03-21 21:35:04 +00:00 |
ExprObjC.cpp
|
Retire llvm::alignOf in favor of C++11 alignof.
|
2016-10-20 14:27:22 +00:00 |
ExternalASTSource.cpp
|
Prototype of modules codegen
|
2017-01-30 05:00:26 +00:00 |
InheritViz.cpp
|
InheritViz: Hide implementation details
|
2015-03-09 15:03:20 +00:00 |
ItaniumCXXABI.cpp
|
Remove C++ default arg side table for MS ABI ctor closures
|
2016-11-23 16:51:30 +00:00 |
ItaniumMangle.cpp
|
[APInt] Remove references to integerPartWidth and integerPart outside of APFloat implentation.
|
2017-03-30 05:48:58 +00:00 |
Mangle.cpp
|
[AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use the category name as its DeclName
|
2017-03-07 09:26:07 +00:00 |
MicrosoftCXXABI.cpp
|
Remove C++ default arg side table for MS ABI ctor closures
|
2016-11-23 16:51:30 +00:00 |
MicrosoftMangle.cpp
|
[OpenCL] Correct ndrange_t implementation
|
2017-02-16 12:27:47 +00:00 |
NSAPI.cpp
|
[OpenCL] Correct ndrange_t implementation
|
2017-02-16 12:27:47 +00:00 |
NestedNameSpecifier.cpp
|
Retire llvm::alignOf in favor of C++11 alignof.
|
2016-10-20 14:27:22 +00:00 |
ODRHash.cpp
|
Revert r298742 "[ODRHash] Add error messages for mismatched parameters in methods."
|
2017-03-26 21:39:16 +00:00 |
OpenMPClause.cpp
|
[OpenMP] Support for thread_limit-clause on the 'target teams' directive.
|
2017-01-25 11:44:35 +00:00 |
ParentMap.cpp
|
[arcmt/objcmt] Fix ParentMap crash with invalid code.
|
2016-07-14 20:21:16 +00:00 |
RawCommentList.cpp
|
AST: Improve a couple of comments and cast unused values to void
|
2016-10-16 20:12:42 +00:00 |
RecordLayout.cpp
|
[RecordLayout] Use an ASTVector instead of using a separate pointer and counter
|
2016-05-24 18:10:50 +00:00 |
RecordLayoutBuilder.cpp
|
[RecordLayout] Use an ASTVector instead of using a separate pointer and counter
|
2016-05-24 18:10:50 +00:00 |
SelectorLocationsKind.cpp
|
…
|
|
Stmt.cpp
|
Spelling mistakes in comments. NFCI. (PR27635)
|
2017-03-30 14:13:19 +00:00 |
StmtCXX.cpp
|
[coroutines] Handle get_return_object_on_allocation_failure
|
2017-03-27 23:36:59 +00:00 |
StmtIterator.cpp
|
[ptr-traits] Stop using two bogus types as stand-ins for flags
|
2015-12-30 02:51:00 +00:00 |
StmtObjC.cpp
|
Retire llvm::alignOf in favor of C++11 alignof.
|
2016-10-20 14:27:22 +00:00 |
StmtOpenMP.cpp
|
[OpenMP] Prepare Sema for initial implementation for pragma 'distribute parallel for'
|
2017-02-17 21:29:13 +00:00 |
StmtPrinter.cpp
|
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
|
2017-03-06 23:38:15 +00:00 |
StmtProfile.cpp
|
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
|
2017-03-06 23:38:15 +00:00 |
StmtViz.cpp
|
…
|
|
TemplateBase.cpp
|
[AST] Give TemplateArgumentLoc a constexpr ctor.
|
2017-01-30 18:32:46 +00:00 |
TemplateName.cpp
|
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
|
2016-01-29 19:38:18 +00:00 |
Type.cpp
|
[Objective-C] Fix "repeated use of weak" warning with -fobjc-weak
|
2017-03-29 17:55:11 +00:00 |
TypeLoc.cpp
|
[OpenCL] Correct ndrange_t implementation
|
2017-02-16 12:27:47 +00:00 |
TypePrinter.cpp
|
Print nested name specifiers for typedefs and type aliases
|
2017-03-10 15:04:58 +00:00 |
VTTBuilder.cpp
|
…
|
|
VTableBuilder.cpp
|
CodeGen: New vtable group representation: struct of vtable arrays.
|
2016-12-13 20:40:39 +00:00 |