summaryrefslogtreecommitdiffstats
path: root/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* PR31469: Don't add friend template class decls to redecl chain in dependent c...Vassil Vassilev2017-01-121-1/+0
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-3/+3
* Revert r291410 and r291411.Richard Smith2017-01-091-3/+3
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-3/+3
* Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...Renato Golin2017-01-021-1/+1
* DR1391: Check for implicit conversion sequences for non-dependent functionRichard Smith2017-01-021-1/+1
* Add warning flag for "partial specialization is not more specialized than pri...Richard Smith2016-12-271-2/+1
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-2/+8
* Driver: Remove support for -fobjc-gc*Duncan P. N. Exon Smith2016-12-071-2/+1
* More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.Richard Smith2016-12-021-3/+1
* [Sema] Set range end of constructors and destructors in template instantiationsMalcolm Parsons2016-11-281-0/+20
* [ASTDumper] Add some more character escapes for convenience.Benjamin Kramer2016-11-241-2/+2
* Indicate in AST dump whether special member functions are defaulted and trivial.Richard Smith2016-11-211-2/+2
* [OpenCL] Introduce ReadPipeType and WritePipeType.Joey Gouly2016-11-181-1/+9
* [test] Remove implicit deps on libLTO.dylib on Darwin (NFC)Vedant Kumar2016-11-101-1/+1
* Add -Wduplicate-protocol for existing diagnosticAlex Lorenz2016-11-101-2/+1
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-9/+9
* [AST] Dump dependent scope member expression with its member nameAlex Lorenz2016-11-091-0/+16
* PR30831: Teach template type diffing to cope with TemplateSpecializationTypesRichard Smith2016-10-281-0/+5
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-2/+1
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-1/+2
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-2/+1
* Put new warning in a diagnostic group.Matthias Braun2016-09-271-2/+1
* CC1: Add -save-stats optionMatthias Braun2016-09-261-1/+2
* [tablegen] Check that an optional IdentifierArgument of an attribute isAkira Hatanaka2016-09-101-0/+6
* Attempt to pacify buildbots after r280217James Molloy2016-08-312-4/+4
* [OpenCL] AMDGPU: add support of cl_khr_subgroupsYaxun Liu2016-08-171-1/+7
* [OpenCL] AMDGPU: Add extensions cl_amd_media_ops and cl_amd_media_ops2Yaxun Liu2016-08-161-0/+11
* Fix crash in template type diffing.Richard Trieu2016-08-051-0/+30
* [OpenCL] Add extension cl_khr_mipmap_image to clangYaxun Liu2016-07-291-0/+12
* P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith2016-07-141-1/+1
* AvailabilityAttr: we accept "macos" as the platform name.Manman Ren2016-06-281-5/+5
* Update for DiagnosticInfoStackSize changesMatt Arsenault2016-06-201-0/+9
* NVPTX: Add supported CL featuresJan Vesely2016-06-171-0/+211
* AMDGPU: Fix supported CL featuresJan Vesely2016-06-172-0/+425
* Keep invalid functions as part of the ASTOlivier Goffart2016-06-161-0/+21
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-0/+4
* Fix a crash in the AST dumper.Richard Trieu2016-06-091-0/+10
* Add a loop's debug location to its llvm.loop metadataHal Finkel2016-05-251-1/+1
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-1/+1
* Get default -fms-compatibility-version from cl.exe's versionAdrian McCarthy2016-05-131-1/+1
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-1/+1
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-1/+1
* [OpenCL] Fix pipe type dump.Xiuli Pan2016-05-031-0/+4
* Revert "[Driver] Quote clang full version in dwarf producer when invoking cc1as"Bruno Cardoso Lopes2016-05-021-2/+0
* Make thinlto clang test more robust against LLVM changes.Mehdi Amini2016-04-241-7/+2
* Fix Clang crash with template type diffing.Richard Trieu2016-03-301-0/+37
* [Driver] Quote clang full version in dwarf producer when invoking cc1asBruno Cardoso Lopes2016-03-301-0/+2
* Fix typo in test from r264210, sigh.Nico Weber2016-03-231-2/+2
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-231-10/+13