| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -32/+32 |
| * | Add SourceManagerForFile helper which sets up SourceManager and dependencies ... | Eric Liu | 2018-05-09 | 1 | -0/+26 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -17/+17 |
| * | PR37189 Fix incorrect end source location and spelling for a split '>>' token. | Richard Smith | 2018-04-30 | 1 | -13/+26 |
| * | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -1/+1 |
| * | Fix for LLVM r326109 | David Zarzycki | 2018-02-26 | 1 | -2/+4 |
| * | [NFC] Extract method to SourceManager for traversing the macro "stack" | George Karpenkov | 2018-02-09 | 1 | -0/+6 |
| * | Remove llvm::MemoryBuffer const_casts | Pavel Labath | 2017-12-20 | 1 | -3/+4 |
| * | [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe... | Eugene Zelenko | 2017-11-03 | 1 | -25/+30 |
| * | Fix ownership of the MemoryBuffer in a FrontendInputFile. | Richard Smith | 2017-09-09 | 1 | -5/+6 |
| * | Factor out a functionality from isBeforeInTranslationUnit | Gabor Horvath | 2017-06-29 | 1 | -37/+48 |
| * | Remove some redundant setup when preprocessing .pcm files. | Richard Smith | 2017-06-26 | 1 | -9/+0 |
| * | Fix memory leak exposed by r304726. | Richard Smith | 2017-06-05 | 1 | -5/+7 |
| * | Rather than rejecting attempts to run preprocessor-only actions on AST files, | Richard Smith | 2017-06-05 | 1 | -0/+35 |
| * | Give files from #line the characteristics of the current file | Reid Kleckner | 2017-05-22 | 1 | -77/+16 |
| * | [Basic] getColumnNumber returns location of CR+LF on Windows | Chih-Hung Hsieh | 2017-04-06 | 1 | -2/+11 |
| * | Drop a redundant ".get()" call (NFC) | Vedant Kumar | 2016-10-18 | 1 | -1/+1 |
| * | [Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap (NFC) | Vedant Kumar | 2016-10-18 | 1 | -9/+6 |
| * | Use StringRef for MemoryBuffer identifier API (NFC) | Mehdi Amini | 2016-10-01 | 1 | -12/+12 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
| * | One more fix for use of invalid PresumedLocs missed by r267914. | Richard Smith | 2016-04-28 | 1 | -2/+3 |
| * | Fix use of uninitialized value exposed by r267802. Accessors of an invalid | Richard Smith | 2016-04-28 | 1 | -3/+5 |
| * | Remove use of builtin comma operator. | Richard Trieu | 2016-02-18 | 1 | -4/+8 |
| * | Fix isBeforeInTranslationUnit to not abort on macros defined in cmdline. | Yury Gribov | 2016-01-28 | 1 | -0/+8 |
| * | Small refactor in isBeforeInTranslationUnit. | Yury Gribov | 2016-01-28 | 1 | -6/+6 |
| * | [analyzer] Fix IssueHash generation. | Gabor Horvath | 2015-12-01 | 1 | -1/+1 |
| * | [modules] Refactor handling of -fmodules-embed-*. Track this properly rather | Richard Smith | 2015-11-26 | 1 | -5/+3 |
| * | [modules] Add -cc1 flag -fmodules-embed-all-files. | Richard Smith | 2015-11-24 | 1 | -1/+2 |
| * | [Basic] Fix DRY violation, just call getLineTable() (NFC) | Vedant Kumar | 2015-11-12 | 1 | -8/+3 |
| * | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
| * | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
| * | Replace double negation of !FileID.isInvalid() with FileID.isValid(). | Yaron Keren | 2015-10-03 | 1 | -3/+3 |
| * | Improve the printing of ranges when macros are involved. | Richard Trieu | 2015-09-24 | 1 | -2/+7 |
| * | [modules] Add an experimental -cc1 feature to embed the contents of an input | Richard Smith | 2015-08-14 | 1 | -0/+7 |
| * | Add SourceManager::dump() to dump the current set of SLocEntries. | Richard Smith | 2015-08-13 | 1 | -0/+57 |
| * | [modules] If loading a .pcm file would cause us to run out of source location... | Richard Smith | 2015-08-12 | 1 | -1/+3 |
| * | Prefer uninitialized memory for scratch space. | Benjamin Kramer | 2015-04-06 | 1 | -2/+2 |
| * | Global inline assembler blocks are merged before parsing, so no specific | Joerg Sonnenberger | 2015-03-16 | 1 | -14/+25 |
| * | Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue. | David Blaikie | 2014-11-19 | 1 | -11/+5 |
| * | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 2014-10-26 | 1 | -10/+11 |
| * | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 1 | -1/+1 |
| * | unique_ptrify SourceManager::createFileID | David Blaikie | 2014-08-29 | 1 | -3/+3 |
| * | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 1 | -4/+4 |
| * | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 2014-08-26 | 1 | -3/+3 |
| * | Use std::unique_ptr to simplify this code a bit. | Rafael Espindola | 2014-08-18 | 1 | -11/+7 |
| * | Remove unused sys/stat.h includes | Alp Toker | 2014-07-07 | 1 | -1/+0 |
| * | Remove 'const' from MemoryBuffers used through the SourceManager | David Blaikie | 2014-06-27 | 1 | -26/+21 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-08 | 1 | -17/+18 |
| * | [Allocator] Make the ContentCache object actually carry the 8-byte | Chandler Carruth | 2014-04-15 | 1 | -12/+4 |
| * | Remove dead code I introduced 6 years, 4 months ago in r43518. | Ted Kremenek | 2014-03-06 | 1 | -25/+0 |