summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Diagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix -Wreturn-type build failure on ASTMatchers, plus an intended assertAlp Toker2014-01-261-1/+1
* Remove flawed diagnostic mapping functionsAlp Toker2014-01-261-35/+0
* Bring back magic constants in the digraph diagnosticAlp Toker2014-01-071-2/+0
* Support diagnostic formatting of keyword tokensAlp Toker2014-01-061-7/+13
* Rename getTokenSimpleSpelling() to getPunctuatorSpelling()Alp Toker2014-01-061-1/+1
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-261-0/+1
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-0/+29
* Revert r177218.Argyrios Kyrtzidis2013-05-031-1/+0
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-5/+0
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-031-0/+22
* Initialize WarnOnSpellCheck.Rafael Espindola2013-05-031-0/+1
* Moving initialization into the initializer list and correcting capitalization...Aaron Ballman2013-02-241-4/+3
* Fixing a typo where FixIts was accidentally self-assigning instead of assigni...Aaron Ballman2013-02-191-1/+1
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-7/+7
* Changed to static_cast, due to post-commit review.Filipe Cabecinhas2013-01-301-2/+2
* Cast to remove the narrowing conversion error in c++11.Filipe Cabecinhas2013-01-301-2/+2
* Handle passing non-Qualtypes to %diff better. Instead of asserting, fall backRichard Trieu2013-01-301-5/+23
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-4/+4
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-201-5/+1
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-071-0/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-2/+4
* Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.Jordan Rose2012-09-221-17/+2
* Avoid binding a reference to a dereferenced null pointer, if we try to emit aRichard Smith2012-08-171-0/+3
* Fix undefined behavior: reference bound to dereferenced null pointer.Richard Smith2012-08-141-1/+2
* Fix undefined behavior: don't bind a dereferenced null pointer to a reference.Richard Smith2012-08-141-1/+1
* Add missing cctype includes.Joerg Sonnenberger2012-08-101-0/+1
* Modify tree printing mode for template type diffing. If a diagnostic hasRichard Trieu2012-07-131-2/+3
* Emit -verify diagnostics even when we have a fatal error.Jordan Rose2012-07-111-5/+22
* Properly update the FormattedArgs vector when the template type diffing fallsRichard Trieu2012-07-101-0/+9
* Update the %diff modifer to have an alternate string print when a template treeRichard Trieu2012-06-291-7/+11
* Add template type diffing to Clang. This feature will provide a betterRichard Trieu2012-06-261-1/+78
* Documentation cleanup: delete doc comments from source files where they areJames Dennett2012-06-151-6/+0
* [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline.Daniel Dunbar2012-03-131-23/+6
* [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary sizeDaniel Dunbar2012-03-131-3/+6
* More ArrayRef-ification of methods.Bill Wendling2012-02-221-1/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* Fix indentation and an 80-column violation.Chad Rosier2012-02-071-5/+7
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-2/+2
* In r149662, setDiagnosticMapping was modified to not allow warnings mapped to Chad Rosier2012-02-071-0/+35
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-1/+1
* Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca...Benjamin Kramer2012-02-041-2/+2
* Change the fixed array of FixitHints to a SmallVector to lift offArgyrios Kyrtzidis2012-02-031-6/+2
* [frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier2012-02-031-0/+7
* DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool,Argyrios Kyrtzidis2012-01-281-3/+1
* Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis2012-01-271-0/+14
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-0/+1
* [PCH] Fix reading from PCH of diagnostic pragmas.Argyrios Kyrtzidis2011-11-091-10/+1
OpenPOWER on IntegriCloud