summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Driver] Quote clang full version in dwarf producer when invoking cc1as"Bruno Cardoso Lopes2016-05-021-2/+0
* Make thinlto clang test more robust against LLVM changes.Mehdi Amini2016-04-241-7/+2
* Fix Clang crash with template type diffing.Richard Trieu2016-03-301-0/+37
* [Driver] Quote clang full version in dwarf producer when invoking cc1asBruno Cardoso Lopes2016-03-301-0/+2
* Fix typo in test from r264210, sigh.Nico Weber2016-03-231-2/+2
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-231-10/+13
* Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatt...NAKAMURA Takumi2016-03-211-13/+8
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-211-8/+13
* Update test case for llvm summary format changes in D17592.Teresa Johnson2016-03-111-4/+4
* Speculative fix for this test case (the test doesn't run on my typical build ...Aaron Ballman2016-03-091-1/+1
* Misc: add a test for TargetParser usageSaleem Abdulrasool2016-03-051-0/+2
* Don't crash w/ a diagnostic range containing a null byteDavid Majnemer2016-02-171-0/+0
* Fix the ASTPrinter output for ascii char literals >127.Steven Watanabe2016-02-131-0/+3
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-02-021-2/+2
* Template Type Diffing changeRichard Trieu2016-02-023-35/+25
* Revert r259036, it introduces a cyclic library dependencyOliver Stannard2016-01-281-2/+2
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-281-2/+2
* Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...NAKAMURA Takumi2016-01-281-2/+2
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-271-2/+2
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-251-2/+2
* Fixing more issues with template type diffingRichard Trieu2016-01-151-0/+56
* Add new diff modes to template type diffing.Richard Trieu2016-01-152-2/+103
* Save the integer type for integral template arguments.Richard Trieu2016-01-151-1/+15
* Make template type diffing use the new desguared iterator.Richard Trieu2016-01-151-4/+4
* Refactor template type diffingRichard Trieu2016-01-141-1/+1
* Improve AST dumping:Richard Smith2016-01-121-3/+18
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-071-0/+24
* [diagnostics] Avoid crashes while printing macro backtracesReid Kleckner2015-12-081-0/+26
* Do not crash when dumping the objc_bridge_related attribute when its optional...Aaron Ballman2015-11-301-0/+4
* Use %select to merge similar diagnostics. NFCCraig Topper2015-11-142-4/+3
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-0/+9
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-9/+0
* Clang support for -flto=thin.Teresa Johnson2015-10-151-0/+9
* Add warning flags for #include_next and some nearby warnings.Richard Smith2015-10-121-6/+2
* [ATTR] Automatic line feed after pragma-like attribute.Alexey Bataev2015-10-121-0/+9
* Keep the IfStmt node even if the condition is invalidOlivier Goffart2015-10-111-0/+23
* 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
OpenPOWER on IntegriCloud