summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/DiagnosticIDs.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make DiagnosticErrorTrap keep a count of the errors that occurred so multipleArgyrios Kyrtzidis2011-07-291-4/+8
* Clean up as many of the comments in Basic I can find to talk in terms ofChandler Carruth2011-07-261-2/+2
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-32/+32
* Keep track of when "unrecoverable" errors occur, then allowDouglas Gregor2011-07-061-3/+5
* Automatic Reference Counting.John McCall2011-06-151-0/+5
* Generate enumerators for diagnostic categories. Patch by Argyrios!John McCall2011-06-151-1/+23
* StaticDiagNameIndex is never written to, place it into .rodata.Benjamin Kramer2011-06-141-2/+2
* Put classes into anonymous namespaces.Benjamin Kramer2011-06-131-20/+26
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-64/+121
* Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.Argyrios Kyrtzidis2011-04-211-0/+6
* Move the check whether a diagnostic must be ignored because it is in a system...Argyrios Kyrtzidis2011-04-211-26/+13
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-151-12/+87
* Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning...Ted Kremenek2011-02-251-3/+8
* If any Fix-Its attached to a diagnostic have invalid source locationsDouglas Gregor2011-02-031-0/+13
* Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor2011-01-271-5/+9
* Properly propagate #pragma diagnostic mappings from PCH but not command-line ...Argyrios Kyrtzidis2011-01-141-1/+1
* Update AST reader/writer to handle new AppleKext.Fariborz Jahanian2011-01-071-1/+1
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-151-12/+34
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-0/+547
OpenPOWER on IntegriCloud