aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/DiagnosticIDs.cpp
AgeCommit message (Expand)Author
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02DiagnosticIds: Fix offset/ID calculation, no impact outside this code.Argyrios Kyrtzidis
2012-12-11Speed up looking up static diagnostic infos.Benjamin Kramer
2012-12-07Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-09-28Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it inDaniel Jasper
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-11Emit -verify diagnostics even when we have a fatal error.Jordan Rose
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-15Provide common include for all diagnostic headers.David Blaikie
2012-02-15Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2012-02-09Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer
2012-02-03Change the fixed array of FixitHints to a SmallVector to lift offArgyrios Kyrtzidis
2012-01-27Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie
2011-12-09Separate the serialization library's diagnostics from the frontend'sChandler Carruth
2011-11-28Fix some possible gcc-4.2 may be used uninitialized warnings.Daniel Dunbar
2011-11-15Warning option typo correction: When two options have the same edit_distance ...Benjamin Kramer
2011-11-14Print a typo correction hint for unknown warning flags.Benjamin Kramer
2011-10-20Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek
2011-10-12Change __extension__ to disable only diagnostics controlled by -pedantic.Bob Wilson
2011-09-29Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i...Daniel Dunbar
2011-09-29Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and useDaniel Dunbar
2011-09-29Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method.Daniel Dunbar
2011-09-29Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch toDaniel Dunbar
2011-09-29Basic/Diagnostics: Eliminate getDiagnosticMappingInfo method, which wasn't wo...Daniel Dunbar
2011-09-29Basic/Diagnostic: Eliminate the extra "mapping" out-parameter now that I kill...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar
2011-09-29Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar
2011-09-26Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-23Fix missing includes for llvm_unreachableDavid Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-08-18Implement '-Weverything', which enables all warnings except those explicitly ...Ted Kremenek
2011-08-17Fix -ferror-limit= to properly emit notes following the last errorDouglas Gregor
2011-08-13Fix C++0x narrowing conversion errors in Clang.Jeffrey Yasskin
2011-08-09Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...Ted Kremenek
2011-07-29Make DiagnosticErrorTrap keep a count of the errors that occurred so multipleArgyrios Kyrtzidis
2011-07-26Clean up as many of the comments in Basic I can find to talk in terms ofChandler Carruth
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-06Keep track of when "unrecoverable" errors occur, then allowDouglas Gregor
2011-06-15Automatic Reference Counting.John McCall
2011-06-15Generate enumerators for diagnostic categories. Patch by Argyrios!John McCall
2011-06-14StaticDiagNameIndex is never written to, place it into .rodata.Benjamin Kramer
2011-06-13Put classes into anonymous namespaces.Benjamin Kramer