| Commit message (Expand) | Author | Age | Files | Lines |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -3/+3 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | [Frontend] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.h | Francis Visoiu Mistrih | 2019-07-08 | 1 | -0/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -23/+23 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -36/+36 |
* | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -2/+2 |
* | Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"" | Christof Douma | 2017-06-27 | 1 | -66/+40 |
* | Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc" | Christof Douma | 2017-06-19 | 1 | -40/+66 |
* | [NFC] Refactor DiagnosticRenderer to use FullSourceLoc | Christof Douma | 2017-06-19 | 1 | -66/+40 |
* | [trivial] fix a typo in comment, NFC | Hiroshi Inoue | 2017-05-30 | 1 | -1/+1 |
* | Move SerializedDiagnosticPrinter's SharedState to std::shared_ptr rather than... | David Blaikie | 2017-01-05 | 1 | -4/+4 |
* | Fix for LLVM Bitcode API change (to use std::shared_ptr) | David Blaikie | 2017-01-04 | 1 | -16/+16 |
* | Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface. | Peter Collingbourne | 2016-11-01 | 1 | -1/+1 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -3/+0 |
* | Apply clang-tidy's misc-move-constructor-init throughout Clang. | Benjamin Kramer | 2016-05-27 | 1 | -1/+2 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -2/+2 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -2/+2 |
* | EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC) | Mehdi Amini | 2015-09-10 | 1 | -52/+20 |
* | Revert "EmitRecordWith* API change: takes an ArrayRef instead of a SmallVecto... | Mehdi Amini | 2015-09-09 | 1 | -22/+55 |
* | EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC) | Mehdi Amini | 2015-09-09 | 1 | -55/+22 |
* | [Frontend] Fix crash when serializing diagnostics with really long text. | Argyrios Kyrtzidis | 2015-08-06 | 1 | -1/+1 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -3/+3 |
* | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -1/+1 |
* | Add missing include. | Benjamin Kramer | 2015-03-01 | 1 | -0/+1 |
* | [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -2/+2 |
* | Driver: Include driver diagnostics when we --serialize-diagnostics | Justin Bogner | 2014-10-23 | 1 | -14/+228 |
* | Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnos... | Justin Bogner | 2014-10-14 | 1 | -4/+2 |
* | Revert "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnosti... | Justin Bogner | 2014-10-14 | 1 | -2/+4 |
* | Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC) | Justin Bogner | 2014-10-14 | 1 | -4/+2 |
* | Reduce double set lookups. NFC. | Benjamin Kramer | 2014-10-10 | 1 | -4/+2 |
* | unique_ptrify ChainedDiagnosticConsumer's ctor parameters | David Blaikie | 2014-09-15 | 1 | -3/+3 |
* | unique_ptrify the raw_ostream argument to clang::serialized_diags::create | David Blaikie | 2014-08-29 | 1 | -8/+9 |
* | Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r... | David Blaikie | 2014-07-19 | 1 | -1/+1 |
* | Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine. | Alexander Kornienko | 2014-05-22 | 1 | -2/+1 |
* | [C++11] Use 'nullptr'. Frontend edition. | Craig Topper | 2014-05-22 | 1 | -5/+6 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-13 | 1 | -32/+31 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -1/+1 |
* | Serialized diagnostic severity levels should be stable. | Jordan Rose | 2014-03-03 | 1 | -2/+17 |
* | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor | 2013-05-03 | 1 | -4/+0 |
* | Teach serialized diagnostics about notes without locations. | Ted Kremenek | 2013-02-21 | 1 | -0/+10 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -12/+11 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -9/+9 |
* | Teach the serialized diagnostic writer to clone() itself, sharing | Douglas Gregor | 2012-11-30 | 1 | -67/+112 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -5/+6 |
* | Avoid binding a reference to a dereferenced pointer in diagnostic serialization | Richard Smith | 2012-08-21 | 1 | -92/+133 |
* | Fix an assertion hit when the serialized diagnostics writer receive a diagnostic | Argyrios Kyrtzidis | 2012-05-10 | 1 | -16/+24 |
* | Serialization: Switch over to using the native SmallVector based BitstreamWriter | Daniel Dunbar | 2012-02-29 | 1 | -1/+1 |
* | Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality | Ted Kremenek | 2012-02-14 | 1 | -29/+10 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |