summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/DiagnosticIDs.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make getDiagnosticsInGroup helper method a static function in the cpp file an...Craig Topper2013-08-291-15/+16
* Move individual group name strings from the OptionTable into one big char arr...Craig Topper2013-08-291-14/+11
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-281-5/+4
* Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper2013-08-281-10/+8
* Replace 'unsigned short' with 'uint16_t' in a packed data structure for consi...Craig Topper2013-07-211-1/+1
* Revert r186649 because it wasn't unnecessary and add a comment.Craig Topper2013-07-211-7/+11
* DiagnosticIDs: Forbid Diag ID from being validDavid Majnemer2013-07-201-8/+4
* Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.Craig Topper2013-07-191-11/+7
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-4/+4
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-011-3/+3
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-7/+5
* DiagnosticIds: Fix offset/ID calculation, no impact outside this code.Argyrios Kyrtzidis2013-01-021-2/+4
* Speed up looking up static diagnostic infos.Benjamin Kramer2012-12-111-8/+41
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-071-0/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it inDaniel Jasper2012-09-281-3/+2
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+1
* Emit -verify diagnostics even when we have a fatal error.Jordan Rose2012-07-111-20/+11
* 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
OpenPOWER on IntegriCloud