summaryrefslogtreecommitdiffstats
path: root/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merging r230603:Tom Stellard2015-05-041-0/+13
* Merging r226983:Tom Stellard2015-05-041-0/+14
* Attempt to fix test from r225423 to get build bots green.Richard Trieu2015-01-081-7/+7
* When the diagnostic text is simply "%0", sanitize the string for anyRichard Trieu2015-01-081-0/+11
* Remove an assert that's not true on invalid code.Nico Weber2015-01-041-0/+20
* This reverts commit r224668 and r224667.Rafael Espindola2014-12-231-14/+0
* Fix for PR21758Richard Trieu2014-12-201-0/+14
* Objective-C. Provide group name for warningFariborz Jahanian2014-12-181-2/+1
* ASTDumper: print whether a function is constexprHans Wennborg2014-12-051-5/+5
* Another warning with no group name bites the dust.Fariborz Jahanian2014-12-021-2/+1
* Refactor tree printing in AST dumping.Richard Smith2014-10-301-2/+2
* Prune CRLF.NAKAMURA Takumi2014-10-273-26/+26
* Driver: Include driver diagnostics when we --serialize-diagnosticsJustin Bogner2014-10-231-0/+20
* Basic: Add ext_delete_void_ptr_operand to -Wdelete-incompleteDavid Majnemer2014-10-221-2/+1
* Adding attributes to the IndirectFieldDecl that we generate for anonymous str...Aaron Ballman2014-10-151-1/+16
* Allow constant expressions in pragma loop hints.Tyler Nowicki2014-10-121-0/+15
* Correctly handle reading locations from serialized diagnosticsJustin Bogner2014-10-101-1/+1
* Patch to wrap up '_' as separator in version numbersFariborz Jahanian2014-10-061-2/+2
* Objective-C. Assortment of improvements pretty printingFariborz Jahanian2014-10-031-0/+41
* Objective-C [qoi] - provide group name forFariborz Jahanian2014-09-291-2/+1
* Move calls to ResolveExceptionSpec out of SetDeclDefaulted and into DefineImp...Ben Langmuir2014-09-251-5/+5
* Don't print 'NULL TYPE' when dumping a delegating constructor.Richard Trieu2014-09-121-0/+5
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-1/+1
* Adjust test to handle fallout from r217102.David Majnemer2014-09-031-2/+2
* Add a warning flag for an existing diagnostic.Nico Weber2014-08-181-2/+1
* Adding some test cases to test attribute-related source range diagnostics. Th...Aaron Ballman2014-08-121-0/+16
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-0/+38
* Provide warning name for property attribute warningFariborz Jahanian2014-07-291-3/+1
* If a template argument is non-evaluable expression, use the profile ID to seeRichard Trieu2014-07-261-0/+35
* Pass the PrintingPolicy when converting types to strings in template typeRichard Trieu2014-07-251-6/+14
* Print "(default)" for default template template arguments to match theRichard Trieu2014-07-241-1/+22
* Add support for nullptr template arguments to template type diffing.Richard Trieu2014-07-241-0/+54
* When pretty-printing a declaration of a pack, put the ellipsis before the nameRichard Smith2014-07-231-0/+12
* Fix '&' printing for template arguments in parentheses in template diffing.Richard Trieu2014-07-221-2/+6
* More gracefully handle parentheses in templare arguments in template diffing.Richard Trieu2014-07-221-1/+5
* Fix a template diffing problem were an '&' is unexpectedly printed inRichard Trieu2014-07-221-0/+16
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-6/+4
* clang/test/Misc/backend-optimization-failure.cpp: Appease to add -triple=x86_64.NAKAMURA Takumi2014-07-191-1/+2
* Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-181-0/+20
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-162-2/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-162-0/+2
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-8/+12
* Add AST dumping for VarDecl init kind.Richard Smith2014-07-101-4/+4
* Prevent link warnings due to -Wframe-larger-than=Alp Toker2014-07-101-0/+4
* PR15677 - Crash in template diffing. Check that expression is evaluatable bef...Nikola Smiljanic2014-07-011-0/+37
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-201-0/+25
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-181-2/+1
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-132-0/+61
* Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' f...Richard Smith2014-06-131-7/+23
* Remove dev/null redirect and x86 backend requirement from new test.Bob Wilson2014-06-111-2/+1