.. |
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
|
[OpenCL] Align fake address space map with the SPIR target maps.
|
2016-12-23 16:11:25 +00:00 |
ASTDiagnostic.cpp
|
PR30831: Teach template type diffing to cope with TemplateSpecializationTypes
|
2016-10-28 19:54:43 +00:00 |
ASTDumper.cpp
|
Add two new AST nodes to represent initialization of an array in terms of
|
2016-12-12 02:53:20 +00:00 |
ASTImporter.cpp
|
Remove custom handling of array copies in lambda by-value array capture and
|
2016-12-14 00:03:17 +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
|
Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h into
|
2015-10-02 13:41:04 +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
|
[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 '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
|
Store decls in prototypes on the declarator instead of in the AST
|
2016-12-09 17:14:05 +00:00 |
DeclBase.cpp
|
[c++1z] P0195R2: Support pack-expansion of using-declarations.
|
2016-12-20 21:35:28 +00:00 |
DeclCXX.cpp
|
Fix defaulted-functions-in-C++98 extension to give the functions the same
|
2016-12-21 01:57:02 +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] Prevent infinite loops when iterating over redeclaration
|
2016-11-21 11:16:30 +00:00 |
DeclOpenMP.cpp
|
[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during source
|
2016-12-20 16:51:02 +00:00 |
DeclPrinter.cpp
|
Make output of -ast-print a valid C++ code.
|
2016-11-10 08:49:37 +00:00 |
DeclTemplate.cpp
|
When producing a name of a partial specialization in a diagnostic, use the
|
2016-12-24 04:09:05 +00:00 |
DeclarationName.cpp
|
ObjC Module: try to make objc module deterministic.
|
2016-11-17 18:41:18 +00:00 |
Expr.cpp
|
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."
|
2016-12-23 14:55:49 +00:00 |
ExprCXX.cpp
|
Remove custom handling of array copies in lambda by-value array capture and
|
2016-12-14 00:03:17 +00:00 |
ExprClassification.cpp
|
Add two new AST nodes to represent initialization of an array in terms of
|
2016-12-12 02:53:20 +00:00 |
ExprConstant.cpp
|
Re-add objectsize function/incomplete type checks.
|
2017-01-03 23:35:19 +00:00 |
ExprObjC.cpp
|
Retire llvm::alignOf in favor of C++11 alignof.
|
2016-10-20 14:27:22 +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
|
Remove C++ default arg side table for MS ABI ctor closures
|
2016-11-23 16:51:30 +00:00 |
ItaniumMangle.cpp
|
Add two new AST nodes to represent initialization of an array in terms of
|
2016-12-12 02:53:20 +00:00 |
Mangle.cpp
|
regcall: Implement regcall Calling Conv in clang
|
2016-11-02 18:29:35 +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
|
[MS ABI] Mangle unnamed enums correctly
|
2016-12-25 05:26:02 +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
|
Retire llvm::alignOf in favor of C++11 alignof.
|
2016-10-20 14:27:22 +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
|
[x86][inline-asm] Add support for curly brackets escape using "%" in extended inline asm.
|
2016-10-31 15:27:54 +00:00 |
StmtCXX.cpp
|
Retire llvm::alignOf in favor of C++11 alignof.
|
2016-10-20 14:27:22 +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] Sema and parsing for 'target teams distribute parallel for simd’ pragma
|
2017-01-03 05:23:48 +00:00 |
StmtPrinter.cpp
|
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma
|
2017-01-03 05:23:48 +00:00 |
StmtProfile.cpp
|
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma
|
2017-01-03 05:23:48 +00:00 |
StmtViz.cpp
|
…
|
|
TemplateBase.cpp
|
When merging two deduced non-type template arguments for the same parameter,
|
2016-12-23 01:30:39 +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
|
Fix two clang-tidy misc-move-forwarding-reference warnings
|
2016-12-06 14:49:18 +00:00 |
TypeLoc.cpp
|
Retire llvm::alignOf in favor of C++11 alignof.
|
2016-10-20 14:27:22 +00:00 |
TypePrinter.cpp
|
[OpenCL] Introduce ReadPipeType and WritePipeType.
|
2016-11-18 14:10:54 +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
|
CodeGen: New vtable group representation: struct of vtable arrays.
|
2016-12-13 20:40:39 +00:00 |