summaryrefslogtreecommitdiffstats
path: root/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-214-833/+833
* Reverting a file that snuck in with r321229 by accident.Aaron Ballman2017-12-211-1/+1
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-204-815/+815
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-203-814/+814
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-2/+2
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-0/+46
* Revert "Mark test as unsupported until r315808 is fixed"Konstantin Zhuravlyov2017-10-141-1/+0
* Mark test as unsupported until r315808 is fixedBruno Cardoso Lopes2017-10-141-0/+1
* PR34822: Fix a collection of related bugs with our handling of C89 implicit f...Richard Smith2017-10-041-2/+1
* Fix test change missed in r314456Erich Keane2017-09-281-1/+1
* Add Documentation to attribute-nothrow. Additionally, limit to functions.Erich Keane2017-09-281-0/+1
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-222-1/+10
* Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith2017-09-224-26/+44
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-202-10/+1
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-202-1/+10
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-202-10/+1
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-202-1/+10
* [diagtool] Change default tree behavior to print only flagsJonas Devlieghere2017-09-051-6/+5
* [diagtool] Add ability to pass in the id and return the name for aDon Hinton2017-08-031-1/+3
* PR33902: Invalidate line number cache when adding more text to existing buffer.Richard Smith2017-07-301-0/+5
* [CodeGen][mips] Support `long_call/far/near` attributesSimon Atanasyan2017-07-201-1/+3
* [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