aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CacheTokens.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Fix the build with MSVC 2013 after r283856Reid Kleckner1-4/+8
2016-10-11Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini1-6/+9
2016-09-13Remove excessive padding from PTHWriterAlexander Shaposhnikov1-3/+3
2016-07-18[NFC] Header cleanupMehdi Amini1-2/+1
2016-02-13Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer1-2/+2
2015-11-02[PTH] Fix data length used for stat cache entriesReid Kleckner1-1/+1
2015-11-02Sink some PTHManager includes out of Preprocessor.hReid Kleckner1-0/+1
2015-10-20Roll-back r250822.Angel Garcia Gomez1-2/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+2
2015-04-14Use raw_pwrite_stream in clang.Rafael Espindola1-10/+19
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2014-11-19Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie1-5/+5
2014-08-11unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie1-2/+4
2014-07-08Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie1-1/+2
2014-05-22[C++11] Use 'nullptr'. Frontend edition.Craig Topper1-3/+3
2014-04-18Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner1-2/+8
2014-04-18Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner1-6/+10
2014-03-28Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner1-20/+39
2014-03-28Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner1-39/+20
2014-03-28OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner1-20/+39
2014-03-13[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-02-20Recommit virtual file systemBen Langmuir1-2/+2
2014-02-20Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka1-2/+2
2014-02-19Initial implementation of virtual file systemBen Langmuir1-2/+2
2013-08-01Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola1-23/+22
2012-12-11Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis1-2/+2
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-08-17Switch PTH format from a 7 byte magic number to an 8 byte one, to avoidRichard Smith1-1/+1
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-1/+1
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-10/+10
2011-06-21Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad1-4/+3
2011-03-05Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis1-1/+1
2011-02-28Rename tok::eom to tok::eod.Peter Collingbourne1-2/+2
2010-12-22Introduced raw_identifier token kind.Abramo Bagnara1-4/+4
2010-12-21Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer1-2/+3
2010-12-17Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer1-3/+2
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-11-23change the 'is directory' indicator to be a null-or-notChris Lattner1-2/+3
2010-11-23simplify the cache miss handling code, eliminating CacheMissing.Chris Lattner1-8/+3
2010-11-23rework the stat cache, pulling it out of FileManager.h intoChris Lattner1-13/+19
2010-09-04zap dead code.Chris Lattner1-2/+0
2010-07-27PTH generation: Don't save the leading '#' token in a null directive. This u...Ted Kremenek1-4/+9
2010-04-20push some source location information down through the compiler,Chris Lattner1-3/+2
2010-03-18Make some typedefs privateKovarththanan Rajaratnam1-2/+3
2010-03-18Rename variable to indicate what it is being used forKovarththanan Rajaratnam1-4/+4
2010-03-17Entering the main source file in the preprocessor can fail if theDouglas Gregor1-1/+2
2010-03-16Use SourceManager's Diagnostic object for all file-reading errors,Douglas Gregor1-1/+1
2010-03-14Add EmitString helper methodKovarththanan Rajaratnam1-2/+6
2010-03-14Unbreak last commit. This should have been part of r98478.Kovarththanan Rajaratnam1-3/+3