| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | PR37189 Fix incorrect end source location and spelling for a split '>>' token. | Richard Smith | 2018-04-30 | 1 | -9/+10 |
| * | [analyzer] Show full analyzer invocation for reproducibility in HTML reports | George Karpenkov | 2018-01-23 | 1 | -0/+20 |
| * | [html] [NFC] Use raw strings to dump the style table. | George Karpenkov | 2018-01-23 | 1 | -76/+102 |
| * | [analyzer] Better UI in html reports for displaying shortcuts help | George Karpenkov | 2018-01-17 | 1 | -0/+4 |
| * | [analyzer] support a mode to only show relevant lines in HTML diagnostics | George Karpenkov | 2018-01-17 | 1 | -4/+7 |
| * | [analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation. | George Karpenkov | 2017-12-21 | 1 | -0/+1 |
| * | [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output | Devin Coughlin | 2017-08-03 | 1 | -0/+5 |
| * | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-03 | 1 | -0/+1 |
| * | [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) | Artem Dergachev | 2016-10-07 | 1 | -2/+7 |
| * | Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes" | Artem Dergachev | 2016-10-07 | 1 | -7/+2 |
| * | [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes" | Artem Dergachev | 2016-10-07 | 1 | -2/+7 |
| * | Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot. | Vitaly Buka | 2016-10-04 | 1 | -7/+2 |
| * | [analyzer] Extend bug reports with extra notes | Artem Dergachev | 2016-10-03 | 1 | -2/+7 |
| * | Use StringRef for MemoryBuffer identifier API (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+3 |
| * | [analyzer] Fix HTMLRewriter style sheets to support non-webkit browsers. | Artem Dergachev | 2016-09-15 | 1 | -0/+4 |
| * | Simplify EnterTokenStream API to make it more robust for memory management | David Blaikie | 2016-02-09 | 1 | -1/+1 |
| * | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 1 | -0/+582 |
| * | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek | 2012-09-01 | 1 | -583/+0 |
| * | [analyzer] Add Prev/Next links to the HTML output. | Jordan Rose | 2012-08-02 | 1 | -1/+2 |
| * | Disable _Pragma during HTML macro rewriting to keep from crashing. | Jordan Rose | 2012-06-08 | 1 | -1/+7 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -2/+2 |
| * | User-defined literals: reject string and character UDLs in all places where the | Richard Smith | 2012-03-06 | 1 | -0/+1 |
| * | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 2012-02-07 | 1 | -1/+0 |
| * | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
| * | Per PR 11814, use Monospace instead of Andale Mono. | Ted Kremenek | 2012-01-20 | 1 | -1/+1 |
| * | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -1/+0 |
| * | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor | 2011-09-29 | 1 | -11/+0 |
| * | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -1/+1 |
| * | Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -3/+3 |
| * | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -1/+1 |
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -3/+3 |
| * | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -1/+1 |
| * | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -1/+8 |
| * | Rename SourceManager::getInstantiationRange to getExpansionRange. | Chandler Carruth | 2011-07-25 | 1 | -1/+1 |
| * | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 1 | -3/+3 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
| * | Switch a comment in Rewrite from 'instantiation' to 'expansion'. | Chandler Carruth | 2011-07-15 | 1 | -1/+1 |
| * | Introduced raw_identifier token kind. | Abramo Bagnara | 2010-12-22 | 1 | -11/+11 |
| * | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+2 |
| * | Fix crasher with IgnoringDiagClient | Douglas Gregor | 2010-08-18 | 1 | -2/+1 |
| * | make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." | Chris Lattner | 2010-04-14 | 1 | -1/+3 |
| * | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer | 2010-03-16 | 1 | -1/+1 |
| * | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor | 2010-03-16 | 1 | -9/+3 |
| * | Add some <cstdio> includes to unbreak the buildbots | Douglas Gregor | 2010-03-15 | 1 | -0/+1 |
| * | Introduce a new BufferResult class to act as the return type of | Douglas Gregor | 2010-03-15 | 1 | -1/+11 |
| * | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner | 2009-11-30 | 1 | -2/+4 |
| * | Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. | Daniel Dunbar | 2009-11-05 | 1 | -16/+21 |
| * | Kill PreprocessorFactory, which was both morally repugnant and totally unused. | Daniel Dunbar | 2009-11-04 | 1 | -7/+0 |