summaryrefslogtreecommitdiffstats
path: root/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merging r309503:Hans Wennborg2017-07-311-0/+5
* [clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-172-2/+2
* [diagtool] Add a 'find-diagnostic-id' subcommand that converts a name ofAlex Lorenz2017-07-121-0/+5
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-0/+8
* Add missing file from r306075.Richard Smith2017-06-231-0/+1
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-232-11/+16
* Address David Blaikie comment by replacing grep with FileCheck.Yaron Keren2017-06-121-1/+2
* Add regression test for r305179.Yaron Keren2017-06-121-0/+3
* ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz2017-06-021-5/+10
* Add compatibility alias for -Wno-#warningsDavid Blaikie2017-06-011-0/+1
* Add option to include multiple lines in snippets.Richard Smith2017-05-221-0/+234
* [mips] Support `micromips` attributeSimon Atanasyan2017-05-221-1/+3
* Fix grammar in comment. NFCJonathan Roelofs2017-05-081-2/+2
* [OpenCL] Add intel_reqd_sub_group_size attribute supportXiuli Pan2017-05-041-1/+2
* Add #pragma clang attribute support to the availability attributeAlex Lorenz2017-04-201-1/+2
* Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz2017-04-191-1/+2
* [ASTPrinter] Print template parameter lists for out-of-line functionsAlex Lorenz2017-04-181-0/+41
* Add #pragma clang attributeAlex Lorenz2017-04-186-0/+836
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-186-836/+0
* Add #pragma clang attributeAlex Lorenz2017-04-186-0/+836
* [ASTPrinter] Print nested name specifiers for out-of-line functionsAlex Lorenz2017-04-111-0/+54
* Add [[clang::suppress(rule, ...)]] attributeMatthias Gehre2017-03-271-0/+22
* Disable warning about MSVC not found.Zachary Turner2017-03-151-1/+1
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-4/+4
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-2/+2
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-011-0/+25
* Add template parameter depth and index to -ast-dump output.Richard Smith2017-02-211-4/+4
* Handle deduction guides better in -ast-print.Richard Smith2017-02-181-2/+8
* 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