summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Diagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the types for warning option subgroup arrays to 'short', we have moreChandler Carruth2010-05-131-4/+4
* When -fdiagnostics-print-source-range-info is specified,Chris Lattner2010-05-041-0/+29
* add the ability to associate 'category' names with diagnosticsChris Lattner2010-05-041-4/+6
* Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor2010-04-201-1/+2
* Once we've emitted a fatal diagnostic, keep counting errors but with aDouglas Gregor2010-04-141-1/+8
* fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic Chris Lattner2010-04-121-4/+11
* Fix null dereference in 'WriteSourceLocation' when the FileEntry is null.Ted Kremenek2010-04-121-11/+18
* add clang -cc1 level support for "-ferror-limit 42"Chris Lattner2010-04-071-2/+2
* add capabilities to stop emitting errors after some limit.Chris Lattner2010-04-071-0/+7
* Instead of counting totally diagnostics, split the count into a countChris Lattner2010-04-071-2/+5
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-5/+5
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-5/+5
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-5/+5
* Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor2010-03-291-0/+11
* Teach the diagnostic engine to provide more detailed information aboutDouglas Gregor2010-03-251-4/+14
* Fix a thinko and a typo in the delayed-diagnostic code.Douglas Gregor2010-03-221-3/+4
* Introduce the notion of a single "delayed" diagnostic into theDouglas Gregor2010-03-221-0/+47
* Use a little binary header in serialized diagnostics to help the deserializer...Douglas Gregor2010-02-191-3/+26
* Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor2010-02-181-1/+1
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-142/+168
* Suppress warnings if their instantiation location is in a system header, notJohn McCall2010-02-111-1/+1
* Introduce serialization and deserialization of diagnostic informationDouglas Gregor2010-01-281-0/+217
* Pre-emptive bugfixes in the diagnostics code: allow arbitrary punctuationJohn McCall2010-01-141-8/+35
* Add the %ordinal format modifier for turning '1' into '1st'. Hard-coded forJohn McCall2010-01-141-0/+35
* Perform format-expansion on %select results.John McCall2010-01-131-5/+13
* implement -W[no-]fatal-errors, patch by Christian Adåker!Chris Lattner2009-12-221-0/+13
* Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje...Steve Naroff2009-12-051-1/+0
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-051-1/+2
* Convert Diagnostic::getCustomDiagID to take a StringRef.Daniel Dunbar2009-12-011-2/+2
* Fixed undefined behavior in pushMappings when the stack has to resize.John Thompson2009-10-231-0/+2
* teach FormatDiagnostic to aggregate previously formatted arguments andChris Lattner2009-10-201-3/+25
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-1/+1
* Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStrDaniel Dunbar2009-10-171-10/+4
* increase helpfulness of assert message.Chris Lattner2009-10-161-1/+6
* Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor2009-10-131-0/+1
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-0/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-49/+49
* Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor2009-08-261-0/+1
* add push/pop semantics for diagnostics. Patch by Louis Gerbarg!Chris Lattner2009-07-121-1/+16
* Base SFINAE error suppression counting on the class of an error, notDouglas Gregor2009-06-151-1/+1
* Update LLVM.Douglas Gregor2009-06-141-8/+17
* when creating custom warning diagnostics, do not attempt to mapChris Lattner2009-05-021-5/+0
* Don't crash in the diagnostic printer if we happen to get passed aDaniel Dunbar2009-04-201-0/+13
* move group twiddling options into Diagnostic.cpp instead ofChris Lattner2009-04-191-0/+58
* optimize and comment GetDiagInfo.Chris Lattner2009-04-161-6/+32
* merge several scattered tables into StaticDiagInfo.Chris Lattner2009-04-161-144/+19
* Implement Diagnostic::getWarningOptionForDiag with information from tblgen,Chris Lattner2009-04-161-10/+19
* tblgen is now passing diagnostic group information in the .inc file, ignore i...Chris Lattner2009-04-161-3/+4
* implement framework for -fdiagnostics-show-option, but tblgen isn'tChris Lattner2009-04-161-0/+7
* move handling of -pedantic and -pedantic-errors into Diagnostics,Chris Lattner2009-04-161-3/+20
OpenPOWER on IntegriCloud