Age | Commit message (Expand) | Author |
2012-03-13 | [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline. | Daniel Dunbar |
2012-03-13 | [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size | Daniel Dunbar |
2012-02-22 | More ArrayRef-ification of methods. | Bill Wendling |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-07 | Fix indentation and an 80-column violation. | Chad Rosier |
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-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
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-02-03 | [frontend] Don't allow a mapping to a warning override an error/fatal mapping. | Chad Rosier |
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 |
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-11-09 | [PCH] Fix reading from PCH of diagnostic pragmas. | Argyrios Kyrtzidis |
2011-10-04 | Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override | Daniel Dunbar |
2011-09-29 | Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i... | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be... | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ... | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and use | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Move setDiagnosticMapping() to using DiagnosticMappingInfo | Daniel Dunbar |
2011-09-29 | Basic/Diagnostic: Factor out | Daniel Dunbar |
2011-09-26 | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie |
2011-09-25 | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-08-18 | Implement '-Weverything', which enables all warnings except those explicitly ... | Ted Kremenek |
2011-07-29 | Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple | Argyrios Kyrtzidis |
2011-07-23 | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-07-11 | Apply patch from Richard Trieu to fix PR9548: | Chandler Carruth |
2011-07-06 | Keep track of when "unrecoverable" errors occur, then allow | Douglas Gregor |
2011-05-25 | A StringRef-ication of the DiagnosticIDs API and internals. | Argyrios Kyrtzidis |
2011-05-05 | Introduce a Diagnostic::Report function that accepts and emits a StoredDiagno... | Argyrios Kyrtzidis |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-26 | For Diagnostic::Reset() also reset the state related to #pragma diagnostic. F... | Argyrios Kyrtzidis |
2011-03-21 | Relax assertion to fail during crash recovery cleanup. | Ted Kremenek |
2011-03-21 | Use CrashRecoveryContextCleanup objects to reclaim resources from CompilerIns... | Ted Kremenek |
2011-01-31 | Teach Diagnostic::setClient() to free the existing, owned | Douglas Gregor |
2011-01-14 | Properly propagate #pragma diagnostic mappings from PCH but not command-line ... | Argyrios Kyrtzidis |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-11-19 | Initialize StoredDiagnostic's members in order. | Benjamin Kramer |
2010-11-19 | Extend the libclang diagnostic API to provide information about the | Douglas Gregor |
2010-11-18 | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-10-14 | Teach Diagnostic to recursively expand inside %plural formats. | John McCall |
2010-10-13 | Fix a silly bug in the suppression of non-error diagnostics in a | Douglas Gregor |
2010-10-11 | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor |