aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Diagnostic.h
AgeCommit message (Expand)Author
2013-05-03Revert r177218.Argyrios Kyrtzidis
2013-05-03Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor
2013-05-03When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor
2013-03-31Fix typo. This method isn't used anywhere.Benjamin Kramer
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit
2013-01-07Simplify. No behavior change.Nico Weber
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith
2012-12-07Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-10-30Handle string encoding diagnostics when there are too many invalid ranges.David Blaikie
2012-10-23Use a .def file for most of the diagnostic options.Douglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-22Fix bug which sometimes resulted in further diagnostics being produced after aRichard Smith
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-08-14Fix undefined behavior: don't bind a dereferenced null pointer to a reference.Richard Smith
2012-07-11Emit -verify diagnostics even when we have a fatal error.Jordan Rose
2012-07-10Properly update the FormattedArgs vector when the template type diffing fallsRichard Trieu
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
2012-06-22Documentation cleanup:James Dennett
2012-06-22Documentation cleanup:James Dennett
2012-05-04Move Sema::VerifyIntegerConstantExpression() andDouglas Gregor
2012-03-20Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek
2012-03-14[Basic] Change DiagnosticBuilder to use a separate status variable to track w...Daniel Dunbar
2012-03-14[Sema] Fix SemaDiagnosticBuilder to be inline.Daniel Dunbar
2012-03-13[Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline.Daniel Dunbar
2012-03-13[Basic] Make DiagnosticBuilder::{Clear,Emit} protected.Daniel Dunbar
2012-03-13[Basic] Eliminate DiagnosticBuilder::Suppress and matching ctor, this stuff isDaniel Dunbar
2012-03-13[Basic] Make DiagnosticBuilder::{isActive,getLocation,getDiagID} protected.Daniel Dunbar
2012-03-13[Basic] Fix ~Diagnostic() to not call Emit() when there is no diag obj (mostDaniel Dunbar
2012-03-13[Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary sizeDaniel Dunbar
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-22More ArrayRef-ification of methods.Bill Wendling
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-14Add helper methods to StoredDiagnostic.Ted Kremenek
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer
2012-02-07In r149662, setDiagnosticMapping was modified to not allow warnings mapped to Chad Rosier
2012-02-04Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca...Benjamin Kramer
2012-02-03Change the fixed array of FixitHints to a SmallVector to lift offArgyrios Kyrtzidis
2012-01-28DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool,Argyrios Kyrtzidis
2012-01-27Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-12-07Make changes to SDiagsWriter to make it work in combination with the ARC migr...Argyrios Kyrtzidis