.. |
APValue.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +00:00 |
ASTConsumer.cpp
|
Move LocInfoType from Sema to AST.
|
2016-02-01 17:42:01 +00:00 |
ASTContext.cpp
|
[c++1z] Fix corner case where we could create a function type whose canonical type is not actually canonical.
|
2016-10-18 20:13:25 +00:00 |
ASTDiagnostic.cpp
|
Fix typos from r277797 and unused variable from r277889.
|
2016-08-06 01:44:06 +00:00 |
ASTDumper.cpp
|
P0217R3: Perform semantic checks and initialization for the bindings in a
|
2016-08-11 22:25:46 +00:00 |
ASTImporter.cpp
|
Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of
|
2016-10-10 18:54:32 +00:00 |
ASTTypeTraits.cpp
|
[ASTMatcher] Add templateName matcher.
|
2016-07-29 15:45:11 +00:00 |
AttrImpl.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +00:00 |
CMakeLists.txt
|
Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h into
|
2015-10-02 13:41:04 +00:00 |
CXXABI.h
|
[AST] Convert MangleNumberingContext to a unique_ptr.
|
2016-10-10 16:26:19 +00:00 |
CXXInheritance.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +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
|
Fix for PR21254 - Assertion in comment parser
|
2014-10-15 16:18:20 +00:00 |
CommentLexer.cpp
|
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
|
2016-02-10 19:11:58 +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
|
Reinstate r284008 reverted in r284081, with two fixes:
|
2016-10-14 21:41:24 +00:00 |
DeclBase.cpp
|
[Modules TS] Diagnose 'export' declaration within 'export' declaration.
|
2016-09-26 21:27:23 +00:00 |
DeclCXX.cpp
|
Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of
|
2016-10-10 18:54:32 +00:00 |
DeclFriend.cpp
|
[TrailingObjects] Convert Decl* classes.
|
2015-12-29 22:13:13 +00:00 |
DeclGroup.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +00:00 |
DeclObjC.cpp
|
ObjectiveC: fix a seg fault when deserialing redeclaration of ObjCMethodDecl.
|
2016-10-03 21:26:46 +00:00 |
DeclOpenMP.cpp
|
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
|
2016-03-03 05:21:39 +00:00 |
DeclPrinter.cpp
|
Fix PR 28885: Fix AST Printer output for the inherited constructor using
|
2016-10-03 12:22:17 +00:00 |
DeclTemplate.cpp
|
Reapply r276069 with workaround for MSVC 2013
|
2016-07-30 22:33:34 +00:00 |
DeclarationName.cpp
|
[NFC] Header cleanup
|
2016-07-18 19:02:11 +00:00 |
Expr.cpp
|
P0217R3: Perform semantic checks and initialization for the bindings in a
|
2016-08-11 22:25:46 +00:00 |
ExprCXX.cpp
|
Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of
|
2016-10-10 18:54:32 +00:00 |
ExprClassification.cpp
|
P0217R3: Perform semantic checks and initialization for the bindings in a
|
2016-08-11 22:25:46 +00:00 |
ExprConstant.cpp
|
AST: Prefer LLVM_NODISCARD to LLVM_ATTRIBUTE_UNUSED_RESULT
|
2016-10-17 06:46:35 +00:00 |
ExprObjC.cpp
|
[TrailingObjects] Fix bug in "Convert classes in ExprObjC.h"
|
2015-12-31 06:01:19 +00:00 |
ExternalASTSource.cpp
|
Roll-back r250822.
|
2015-10-20 13:23:58 +00:00 |
InheritViz.cpp
|
InheritViz: Hide implementation details
|
2015-03-09 15:03:20 +00:00 |
ItaniumCXXABI.cpp
|
[AST] Convert MangleNumberingContext to a unique_ptr.
|
2016-10-10 16:26:19 +00:00 |
ItaniumMangle.cpp
|
Fix PR30440: Initialize FunctionTypeDepth in CXXNameMangler
|
2016-10-06 09:37:15 +00:00 |
Mangle.cpp
|
Make TargetInfo store an actual DataLayout instead of a string.
|
2016-03-04 19:00:41 +00:00 |
MicrosoftCXXABI.cpp
|
[AST] Convert MangleNumberingContext to a unique_ptr.
|
2016-10-10 16:26:19 +00:00 |
MicrosoftMangle.cpp
|
[Coroutines] Add proper mangling for operator co_await for MicrosoftABI
|
2016-09-28 22:37:17 +00:00 |
NSAPI.cpp
|
Enable support for __float128 in Clang and enable it on pertinent platforms
|
2016-05-09 08:52:33 +00:00 |
NestedNameSpecifier.cpp
|
Un-tabify source files, NFC.
|
2016-10-08 06:45:10 +00:00 |
OpenMPClause.cpp
|
[OpenMP] Code generation for the is_device_ptr clause
|
2016-07-28 14:25:09 +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
|
[ObjC] Warn on unguarded use of partial declaration
|
2016-08-16 17:44:11 +00:00 |
StmtCXX.cpp
|
Revert accidential "[MSVC] Late parsing of in-class defined member functions in template"
|
2016-06-15 11:24:54 +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
|
Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h into
|
2015-10-02 13:41:04 +00:00 |
StmtOpenMP.cpp
|
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
|
2016-08-18 09:25:07 +00:00 |
StmtPrinter.cpp
|
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
|
2016-08-18 09:25:07 +00:00 |
StmtProfile.cpp
|
[AST] Remove unused function, to silence a GCC7 warning.
|
2016-08-22 21:33:12 +00:00 |
StmtViz.cpp
|
…
|
|
TemplateBase.cpp
|
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
|
2016-01-29 19:38:18 +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
|
[c++1z] Use canonical expression equivalence to determine whether two different
|
2016-10-18 06:47:03 +00:00 |
TypeLoc.cpp
|
Un-tabify source files, NFC.
|
2016-10-08 06:45:10 +00:00 |
TypePrinter.cpp
|
ObjectiveC generics: Add ObjCTypeParamType in the type system.
|
2016-09-13 17:25:08 +00:00 |
VTTBuilder.cpp
|
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept.
|
2014-11-19 07:49:47 +00:00 |
VTableBuilder.cpp
|
[AST] Don't use make_pointee_iterator in VTableBuilder.
|
2016-10-10 19:26:22 +00:00 |