summaryrefslogtreecommitdiff
path: root/test/Misc
AgeCommit message (Expand)Author
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-21Reverting a file that snuck in with r321229 by accident.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-10-15Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman
2017-10-14Revert "Mark test as unsupported until r315808 is fixed"Konstantin Zhuravlyov
2017-10-14Mark test as unsupported until r315808 is fixedBruno Cardoso Lopes
2017-10-04PR34822: Fix a collection of related bugs with our handling of C89 implicit f...Richard Smith
2017-09-28Fix test change missed in r314456Erich Keane
2017-09-28Add Documentation to attribute-nothrow. Additionally, limit to functions.Erich Keane
2017-09-22Add support for attribute 'noescape'.Akira Hatanaka
2017-09-22Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka
2017-09-05[diagtool] Change default tree behavior to print only flagsJonas Devlieghere
2017-08-03[diagtool] Add ability to pass in the id and return the name for aDon Hinton
2017-07-30PR33902: Invalidate line number cache when adding more text to existing buffer.Richard Smith
2017-07-20[CodeGen][mips] Support `long_call/far/near` attributesSimon Atanasyan
2017-07-17[clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang
2017-07-12[diagtool] Add a 'find-diagnostic-id' subcommand that converts a name ofAlex Lorenz
2017-06-23Revert "Revert r305164/5/7."Saleem Abdulrasool
2017-06-23Add missing file from r306075.Richard Smith
2017-06-23PR33552: Distinguish between declarations that are owned by no module andRichard Smith
2017-06-12Address David Blaikie comment by replacing grep with FileCheck.Yaron Keren
2017-06-12Add regression test for r305179.Yaron Keren
2017-06-02ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz
2017-06-01Add compatibility alias for -Wno-#warningsDavid Blaikie
2017-05-22Add option to include multiple lines in snippets.Richard Smith
2017-05-22[mips] Support `micromips` attributeSimon Atanasyan
2017-05-08Fix grammar in comment. NFCJonathan Roelofs
2017-05-04[OpenCL] Add intel_reqd_sub_group_size attribute supportXiuli Pan
2017-04-20Add #pragma clang attribute support to the availability attributeAlex Lorenz
2017-04-19Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz
2017-04-18[ASTPrinter] Print template parameter lists for out-of-line functionsAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-18Revert r300539 - Add #pragma clang attributeAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-11[ASTPrinter] Print nested name specifiers for out-of-line functionsAlex Lorenz
2017-03-27Add [[clang::suppress(rule, ...)]] attributeMatthias Gehre
2017-03-15Disable warning about MSVC not found.Zachary Turner
2017-03-10Print nested name specifiers for typedefs and type aliasesAlex Lorenz
2017-03-07[AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis
2017-03-01Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz
2017-02-21Add template parameter depth and index to -ast-dump output.Richard Smith
2017-02-18Handle deduction guides better in -ast-print.Richard Smith
2017-01-12PR31469: Don't add friend template class decls to redecl chain in dependent c...Vassil Vassilev
2017-01-09Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith