summaryrefslogtreecommitdiffstats
path: root/lib/Basic/DiagnosticIDs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-13/+0
* Provide common include for all diagnostic headers.David Blaikie2012-02-151-17/+1
* Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer2012-02-151-21/+16
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-95/+4
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-32/+5
* Change the fixed array of FixitHints to a SmallVector to lift offArgyrios Kyrtzidis2012-02-031-2/+2
* Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis2012-01-271-0/+6
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-1/+0
* Separate the serialization library's diagnostics from the frontend'sChandler Carruth2011-12-091-0/+2
* Fix some possible gcc-4.2 may be used uninitialized warnings.Daniel Dunbar2011-11-281-1/+1
* Warning option typo correction: When two options have the same edit_distance ...Benjamin Kramer2011-11-151-4/+6
* Print a typo correction hint for unknown warning flags.Benjamin Kramer2011-11-141-0/+21
* Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek2011-10-201-2/+7
* Change __extension__ to disable only diagnostics controlled by -pedantic.Bob Wilson2011-10-121-3/+6
* Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i...Daniel Dunbar2011-09-291-7/+5
* Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar2011-09-291-67/+48
* Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ...Daniel Dunbar2011-09-291-17/+20
* Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and useDaniel Dunbar2011-09-291-39/+27
* Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method.Daniel Dunbar2011-09-291-7/+22
* Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch toDaniel Dunbar2011-09-291-10/+11
* Basic/Diagnostics: Eliminate getDiagnosticMappingInfo method, which wasn't wo...Daniel Dunbar2011-09-291-2/+1
* Basic/Diagnostic: Eliminate the extra "mapping" out-parameter now that I kill...Daniel Dunbar2011-09-291-8/+3
* Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar2011-09-291-0/+7
* Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar2011-09-291-6/+26
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-14/+14
* Fix missing includes for llvm_unreachableDavid Blaikie2011-09-231-0/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Implement '-Weverything', which enables all warnings except those explicitly ...Ted Kremenek2011-08-181-7/+20
* Fix -ferror-limit= to properly emit notes following the last errorDouglas Gregor2011-08-171-4/+6
* Fix C++0x narrowing conversion errors in Clang.Jeffrey Yasskin2011-08-131-2/+6
* Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...Ted Kremenek2011-08-091-0/+29
* 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