Age | Commit message (Expand) | Author | Files | Lines |
2016-10-11 | Fix the build with MSVC 2013 after r283856 | Reid Kleckner | 1 | -4/+8 |
2016-10-11 | Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC) | Mehdi Amini | 1 | -6/+9 |
2016-09-13 | Remove excessive padding from PTHWriter | Alexander Shaposhnikov | 1 | -3/+3 |
2016-07-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -2/+1 |
2016-02-13 | Reduce the number of implicit StringRef->std::string conversions by threading... | Benjamin Kramer | 1 | -2/+2 |
2015-11-02 | [PTH] Fix data length used for stat cache entries | Reid Kleckner | 1 | -1/+1 |
2015-11-02 | Sink some PTHManager includes out of Preprocessor.h | Reid Kleckner | 1 | -0/+1 |
2015-10-20 | Roll-back r250822. | Angel Garcia Gomez | 1 | -2/+2 |
2015-10-20 | Apply modernize-use-default to clang. | Angel Garcia Gomez | 1 | -2/+2 |
2015-04-14 | Use raw_pwrite_stream in clang. | Rafael Espindola | 1 | -10/+19 |
2015-04-11 | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 1 | -1/+1 |
2014-11-19 | Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue. | David Blaikie | 1 | -5/+5 |
2014-08-11 | unique_ptr-ify FileSystemStatCache::setNextStatCache | David Blaikie | 1 | -2/+4 |
2014-07-08 | Improve memory ownership of vfs::Files in the FileSystemStatCache by using st... | David Blaikie | 1 | -1/+2 |
2014-05-22 | [C++11] Use 'nullptr'. Frontend edition. | Craig Topper | 1 | -3/+3 |
2014-04-18 | Teach users of OnDiskHashTable to define hash_value and offset types | Justin Bogner | 1 | -2/+8 |
2014-04-18 | Remove OnDiskHashTable.h, since it's been moved to llvm | Justin Bogner | 1 | -6/+10 |
2014-03-28 | Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" | Justin Bogner | 1 | -20/+39 |
2014-03-28 | Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" | Justin Bogner | 1 | -39/+20 |
2014-03-28 | OnDiskHashTable: Use EndianStream.h to write little endian ostreams | Justin Bogner | 1 | -20/+39 |
2014-03-13 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -1/+1 |
2014-02-20 | Recommit virtual file system | Ben Langmuir | 1 | -2/+2 |
2014-02-20 | Reverting the virtual file system implementation, because it triggers an asse... | Juergen Ributzka | 1 | -2/+2 |
2014-02-19 | Initial implementation of virtual file system | Ben Langmuir | 1 | -2/+2 |
2013-08-01 | Use llvm::sys::fs::UniqueID for windows and unix. | Rafael Espindola | 1 | -23/+22 |
2012-12-11 | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis | 1 | -2/+2 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -1/+1 |
2012-08-17 | Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid | Richard Smith | 1 | -1/+1 |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 1 | -1/+1 |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 1 | -1/+1 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -10/+10 |
2011-06-21 | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad | 1 | -4/+3 |
2011-03-05 | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis | 1 | -1/+1 |
2011-02-28 | Rename tok::eom to tok::eod. | Peter Collingbourne | 1 | -2/+2 |
2010-12-22 | Introduced raw_identifier token kind. | Abramo Bagnara | 1 | -4/+4 |
2010-12-21 | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer | 1 | -2/+3 |
2010-12-17 | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer | 1 | -3/+2 |
2010-11-29 | Merge System into Support. | Michael J. Spencer | 1 | -1/+1 |
2010-11-23 | change the 'is directory' indicator to be a null-or-not | Chris Lattner | 1 | -2/+3 |
2010-11-23 | simplify the cache miss handling code, eliminating CacheMissing. | Chris Lattner | 1 | -8/+3 |
2010-11-23 | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner | 1 | -13/+19 |
2010-09-04 | zap dead code. | Chris Lattner | 1 | -2/+0 |
2010-07-27 | PTH generation: Don't save the leading '#' token in a null directive. This u... | Ted Kremenek | 1 | -4/+9 |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner | 1 | -3/+2 |
2010-03-18 | Make some typedefs private | Kovarththanan Rajaratnam | 1 | -2/+3 |
2010-03-18 | Rename variable to indicate what it is being used for | Kovarththanan Rajaratnam | 1 | -4/+4 |
2010-03-17 | Entering the main source file in the preprocessor can fail if the | Douglas Gregor | 1 | -1/+2 |
2010-03-16 | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor | 1 | -1/+1 |
2010-03-14 | Add EmitString helper method | Kovarththanan Rajaratnam | 1 | -2/+6 |
2010-03-14 | Unbreak last commit. This should have been part of r98478. | Kovarththanan Rajaratnam | 1 | -3/+3 |