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