summaryrefslogtreecommitdiff
path: root/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith2015-09-301-2/+1
* Improve the printing of ranges when macros are involved.Richard Trieu2015-09-244-64/+73
* C11 _Bool bitfield diagnosticRachel Craik2015-09-141-3/+1
* Put ext_implicit_lib_function_decl in ImplicitFunctionDeclare.Ed Schouten2015-09-041-2/+1
* Fix macro backtrace printing.Richard Trieu2015-08-271-0/+50
* Stop printing macro backtraces that don't help diagnostics.Richard Trieu2015-08-123-6/+80
* [Frontend] Fix crash when serializing diagnostics with really long text.Argyrios Kyrtzidis2015-08-061-0/+30
* [modules] Add an assert for redeclarations that we never added to their redeclRichard Smith2015-07-271-1/+1
* Fix the cc1as crash when it outputs assemblySteven Wu2015-07-241-0/+3
* PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic2015-07-161-0/+17
* Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพYaron Keren2015-07-151-4/+0
* Reenable Misc/interpreter.c as r239388 correctly handles such targetsDavid Majnemer2015-06-091-1/+1
* Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-ms...NAKAMURA Takumi2015-06-091-1/+1
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-161-1/+1
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-1/+1
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-151-1/+1
* Fix BackendConsumer::EmitOptimizationMessage()Diego Novillo2015-05-081-0/+21
* Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman2015-04-081-2/+1
* Record correct source range for defaulted/deleted members.Eli Bendersky2015-03-231-7/+6
* Fix -ast-dump of dependent new and delete exprsReid Kleckner2015-03-191-0/+10
* Add -ast-dump support for new and delete expressions to help figure out which...Reid Kleckner2015-03-191-0/+17
* Fix test case.Sanjoy Das2015-03-021-2/+2
* Update assumption in template diffing about integer template arguments.Richard Trieu2015-02-261-0/+13
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-151-1/+2
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-2/+1
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-121-3/+1
* When checking the template argument list, use a copy of that list for changesRichard Trieu2015-01-241-0/+14
* Sema: Variable definitions cannot be __attribute__((alias))David Majnemer2015-01-191-1/+1
* 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