summaryrefslogtreecommitdiffstats
path: root/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* fix display of source lines with null charactersSeth Cantrell2012-04-181-0/+0
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-183-2/+33
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-174-33/+2
* fix display of source lines with null charactersSeth Cantrell2012-04-171-0/+0
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-173-2/+33
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-131-19/+0
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-121-2/+1
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-1/+1
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-271-0/+19
* Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek2012-03-201-3/+12
* Add warning flag for '#import is a language extension', -W#import-pedantic.Ted Kremenek2012-03-161-2/+1
* Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie2012-03-151-1/+1
* Move int<->pointer conversion warnings behind -Wint-conversions.Nico Weber2012-03-022-4/+2
* Reapply r151638 and r151641.James Molloy2012-02-291-2/+1
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-281-1/+2
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-281-2/+1
* Support GCC's bug^Wextension allowing class array members to be initalized by aRichard Smith2012-02-151-2/+1
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-131-9/+1
* Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text.Ted Kremenek2012-02-022-2/+2
* Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace.Ted Kremenek2012-01-251-0/+53
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-3/+3
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-151-2/+1
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-3/+3
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-3/+3
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-051-2/+1
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-2/+1
* Let the KNR promotion warning be disabled.Roman Divacky2011-12-201-2/+1
* Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...Ted Kremenek2011-12-173-4/+32
* Add a warning flag for ext_embedded_directive. gcc considers this undefinedRichard Smith2011-12-161-2/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-152-1/+49
* Make changes to SDiagsWriter to make it work in combination with the ARC migr...Argyrios Kyrtzidis2011-12-071-1/+18
* Tweak serialized diagnostics to support errors with no categories. Fixes <rd...Ted Kremenek2011-12-072-1/+13
* Suggest typo corrections for implicit function declarations.Hans Wennborg2011-12-061-2/+1
* Place "use @dynamic or provide a method implementation" warnings under a -W f...Ted Kremenek2011-11-291-3/+1
* Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rd...Ted Kremenek2011-11-291-0/+16
* Remove one group'ed warning.Fariborz Jahanian2011-11-151-2/+1
* Change the checks in the type aka printing. A confusing case where the stringRichard Trieu2011-11-141-0/+16
* Fix the signature of the getcontext builtin. Patch by Dimitry Andric.Rafael Espindola2011-11-131-3/+1
* libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminato...NAKAMURA Takumi2011-11-111-1/+1
* test/Misc/serialized-diags.c: Tweak FileCheck expressions to be tolerant to D...NAKAMURA Takumi2011-11-111-7/+7
* Place 'argument unused during compilation' under a -W flag. Fixes <rdar://pr...Ted Kremenek2011-11-111-2/+1
* [serialized diagnostics]: add test cases for serialized diagnostics, includin...Ted Kremenek2011-11-113-0/+49
* Put ext_offsetof_extended_field_designator under the warning flagDouglas Gregor2011-11-091-2/+1
* Remove test with int128 printing since it breaks on some platforms.Richard Trieu2011-11-071-8/+0
* Add support for printing integer literals of type short, unsigned short,Richard Trieu2011-11-071-0/+21
* Switch to a more natural formatting of the macro name printing.Chandler Carruth2011-10-243-42/+42
* Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles!Ted Kremenek2011-10-171-19/+1
* Add a testcase for r142121 based on an idea from Richard Smith. Thanks!Chandler Carruth2011-10-161-0/+12
* Remove the leftover partial comment.David Blaikie2011-10-161-1/+0
* I fixed this with r142127; these notes now make sense even w/o the caret.Chandler Carruth2011-10-161-1/+0