summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PTHLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* unique_ptrify PTHManager's PerIDCache using the newly added llvm::FreeDeleterDavid Blaikie2014-08-291-14/+12
* unique_ptrify some parameters to PTHManager::PTHManagerDavid Blaikie2014-08-291-35/+29
* Update the call to llvm::sys::fs::UniqueID to match the definition: UniqueID(...Sylvestre Ledru2014-08-181-1/+1
* unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie2014-08-111-2/+2
* Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie2014-07-081-3/+2
* PTH: use a variable instead of a macroAlp Toker2014-07-071-8/+10
* Update for llvm api change.Rafael Espindola2014-07-061-2/+4
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* [C++11] Use 'nullptr'. Lex edition.Craig Topper2014-05-171-18/+18
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-181-8/+8
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-181-5/+4
* Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-281-29/+57
* Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-0/+1
* Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-281-57/+29
* Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-1/+0
* OnDiskHashTable: Use Endian.h to read little endian ostreamsJustin Bogner2014-03-281-29/+57
* OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner2014-03-281-0/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-1/+1
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+4
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-3/+3
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-0/+1
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-271-1/+0
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-271-0/+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
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-261-1/+1
* Make Preprocessor::Lex non-recursive.Eli Friedman2013-09-191-17/+8
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-28/+36
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* 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-4/+4
* Fix dead store found by static analyzer.Ted Kremenek2012-09-161-5/+2
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-061-2/+2
* Switch PTH format from a 7 byte magic number to an 8 byte one, to avoidRichard Smith2012-08-171-3/+3
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-3/+3
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-3/+4
* Simplify the last character check.David Blaikie2011-09-221-1/+1
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-2/+2
* Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis2011-09-041-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-281-1/+1
* MemoryBuffer API update.Michael J. Spencer2010-12-161-4/+2
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-1/+5
* 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-3/+2
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-231-13/+14
* don't allow remapping PTH file paths with -fworking-directory, theChris Lattner2010-11-231-3/+2
OpenPOWER on IntegriCloud