summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/CacheTokens.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-5/+5
* unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie2014-08-111-2/+4
* Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie2014-07-081-1/+2
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-3/+3
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-181-2/+8
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-181-6/+10
* Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-20/+39
* Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-39/+20
* OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner2014-03-281-20/+39
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-1/+1
* Recommit virtual file systemBen Langmuir2014-02-201-2/+2
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-2/+2
* Initial implementation of virtual file systemBen Langmuir2014-02-191-2/+2
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-23/+22
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-111-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Switch PTH format from a 7 byte magic number to an 8 byte one, to avoidRichard Smith2012-08-171-1/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-10/+10
* Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad2011-06-211-4/+3
* Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis2011-03-051-1/+1
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-281-2/+2
* Introduced raw_identifier token kind.Abramo Bagnara2010-12-221-4/+4
* Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer2010-12-211-2/+3
* Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer2010-12-171-3/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* change the 'is directory' indicator to be a null-or-notChris Lattner2010-11-231-2/+3
* simplify the cache miss handling code, eliminating CacheMissing.Chris Lattner2010-11-231-8/+3
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-231-13/+19
* zap dead code.Chris Lattner2010-09-041-2/+0
* PTH generation: Don't save the leading '#' token in a null directive. This u...Ted Kremenek2010-07-271-4/+9
* push some source location information down through the compiler,Chris Lattner2010-04-201-3/+2
* Make some typedefs privateKovarththanan Rajaratnam2010-03-181-2/+3
* Rename variable to indicate what it is being used forKovarththanan Rajaratnam2010-03-181-4/+4
* Entering the main source file in the preprocessor can fail if theDouglas Gregor2010-03-171-1/+2
* Use SourceManager's Diagnostic object for all file-reading errors,Douglas Gregor2010-03-161-1/+1
* Add EmitString helper methodKovarththanan Rajaratnam2010-03-141-2/+6
* Unbreak last commit. This should have been part of r98478.Kovarththanan Rajaratnam2010-03-141-3/+3
* Pass file string by referenceKovarththanan Rajaratnam2010-03-141-6/+4
* Use makeAbsolute()Kovarththanan Rajaratnam2010-03-141-7/+2
* Move to anonymous namespaceKovarththanan Rajaratnam2010-03-141-1/+1
* No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp...Kovarththanan Rajaratnam2010-03-131-3/+2
* Don't rely on implicit conversionKovarththanan Rajaratnam2010-03-071-2/+2
* Use clang::io::Emit8Kovarththanan Rajaratnam2010-03-051-3/+1
* Move Emit24 to clang::ioKovarththanan Rajaratnam2010-03-021-6/+1
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-201-19/+19
* Fix PR5633 by making the preprocessor handle the case where we canChris Lattner2009-11-301-1/+2
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-6/+5
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-1/+1