| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override | Daniel Dunbar | 2011-10-04 | 1 | -0/+7 |
* | Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i... | Daniel Dunbar | 2011-09-29 | 1 | -1/+1 |
* | Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be... | Daniel Dunbar | 2011-09-29 | 1 | -2/+7 |
* | Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ... | Daniel Dunbar | 2011-09-29 | 1 | -4/+46 |
* | Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and use | Daniel Dunbar | 2011-09-29 | 1 | -0/+15 |
* | Basic/Diagnostics: Move setDiagnosticMapping() to using DiagnosticMappingInfo | Daniel Dunbar | 2011-09-29 | 1 | -5/+7 |
* | Basic/Diagnostic: Factor out | Daniel Dunbar | 2011-09-29 | 1 | -0/+12 |
* | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -7/+7 |
* | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -8/+8 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -41/+44 |
* | Implement '-Weverything', which enables all warnings except those explicitly ... | Ted Kremenek | 2011-08-18 | 1 | -0/+1 |
* | Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple | Argyrios Kyrtzidis | 2011-07-29 | 1 | -0/+2 |
* | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -15/+15 |
* | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor | 2011-07-19 | 1 | -0/+10 |
* | Apply patch from Richard Trieu to fix PR9548: | Chandler Carruth | 2011-07-11 | 1 | -3/+11 |
* | Keep track of when "unrecoverable" errors occur, then allow | Douglas Gregor | 2011-07-06 | 1 | -0/+2 |
* | A StringRef-ication of the DiagnosticIDs API and internals. | Argyrios Kyrtzidis | 2011-05-25 | 1 | -3/+3 |
* | Introduce a Diagnostic::Report function that accepts and emits a StoredDiagno... | Argyrios Kyrtzidis | 2011-05-05 | 1 | -0/+41 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | For Diagnostic::Reset() also reset the state related to #pragma diagnostic. F... | Argyrios Kyrtzidis | 2011-03-26 | 1 | -5/+10 |
* | Relax assertion to fail during crash recovery cleanup. | Ted Kremenek | 2011-03-21 | 1 | -3/+1 |
* | Use CrashRecoveryContextCleanup objects to reclaim resources from CompilerIns... | Ted Kremenek | 2011-03-21 | 1 | -1/+7 |
* | Teach Diagnostic::setClient() to free the existing, owned | Douglas Gregor | 2011-01-31 | 1 | -0/+7 |
* | Properly propagate #pragma diagnostic mappings from PCH but not command-line ... | Argyrios Kyrtzidis | 2011-01-14 | 1 | -5/+6 |
* | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -10/+98 |
* | Initialize StoredDiagnostic's members in order. | Benjamin Kramer | 2010-11-19 | 1 | -1/+1 |
* | Extend the libclang diagnostic API to provide information about the | Douglas Gregor | 2010-11-19 | 1 | -3/+4 |
* | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis | 2010-11-18 | 1 | -0/+10 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -529/+17 |
* | Teach Diagnostic to recursively expand inside %plural formats. | John McCall | 2010-10-14 | 1 | -5/+11 |
* | Fix a silly bug in the suppression of non-error diagnostics in a | Douglas Gregor | 2010-10-13 | 1 | -3/+7 |
* | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor | 2010-10-11 | 1 | -245/+0 |
* | Simplify FixItHint by eliminated the unnecessary InsertionLoc | Douglas Gregor | 2010-08-18 | 1 | -9/+1 |
* | Check whether errors should be included in the diagnostic counts. Previously, | Chandler Carruth | 2010-08-18 | 1 | -5/+7 |
* | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -3/+0 |
* | PR7777: Set EnabledByDefault to something useful, instead of setting it | Eli Friedman | 2010-08-01 | 1 | -1/+1 |
* | Implement dependency analysis for the precompiled preamble. If any of | Douglas Gregor | 2010-07-31 | 1 | -16/+17 |
* | Fix namespace polution. | Dan Gohman | 2010-07-26 | 1 | -0/+4 |
* | Wrap bit mangling logic for DiagMappings in its own class so it doesn't leak | Benjamin Kramer | 2010-07-25 | 1 | -5/+2 |
* | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 1 | -26/+31 |
* | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner | 2010-06-18 | 1 | -6/+12 |
* | Add an option -fshow-overloads=best|all to limit the number of overload | Jeffrey Yasskin | 2010-06-11 | 1 | -0/+1 |
* | Update the types for warning option subgroup arrays to 'short', we have more | Chandler Carruth | 2010-05-13 | 1 | -4/+4 |
* | When -fdiagnostics-print-source-range-info is specified, | Chris Lattner | 2010-05-04 | 1 | -0/+29 |
* | add the ability to associate 'category' names with diagnostics | Chris Lattner | 2010-05-04 | 1 | -4/+6 |
* | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor | 2010-04-20 | 1 | -1/+2 |
* | Once we've emitted a fatal diagnostic, keep counting errors but with a | Douglas Gregor | 2010-04-14 | 1 | -1/+8 |
* | fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic | Chris Lattner | 2010-04-12 | 1 | -4/+11 |
* | Fix null dereference in 'WriteSourceLocation' when the FileEntry is null. | Ted Kremenek | 2010-04-12 | 1 | -11/+18 |