aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/PTHLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini1-3/+3
2016-10-10Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini1-3/+3
2016-08-24Remove excessive padding from PTHStatData (NFC)Mehdi Amini1-2/+2
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+1
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-01Replace a few std::string& with StringRef. NFC.Rafael Espindola1-2/+1
2014-08-29unique_ptrify PTHManager's PerIDCache using the newly added llvm::FreeDeleterDavid Blaikie1-14/+12
2014-08-29unique_ptrify some parameters to PTHManager::PTHManagerDavid Blaikie1-35/+29
2014-08-18Update the call to llvm::sys::fs::UniqueID to match the definition: UniqueID(...Sylvestre Ledru1-1/+1
2014-08-11unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie1-2/+2
2014-07-08Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie1-3/+2
2014-07-07PTH: use a variable instead of a macroAlp Toker1-8/+10
2014-07-06Update for llvm api change.Rafael Espindola1-2/+4
2014-06-12Include system_error directly.Rafael Espindola1-1/+1
2014-05-17[C++11] Use 'nullptr'. Lex edition.Craig Topper1-18/+18
2014-04-18Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner1-8/+8
2014-04-18Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner1-5/+4
2014-03-28Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner1-29/+57
2014-03-28Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner1-0/+1
2014-03-28Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner1-57/+29
2014-03-28Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner1-1/+0
2014-03-28OnDiskHashTable: Use Endian.h to read little endian ostreamsJustin Bogner1-29/+57
2014-03-28OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner1-0/+1
2014-03-11[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles1-1/+1
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-4/+4
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-3/+3
2014-02-28Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir1-0/+1
2014-02-27Revert "Honour 'use-external-names' in FileManager"Ben Langmuir1-1/+0
2014-02-27Honour 'use-external-names' in FileManagerBen Langmuir1-0/+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
2014-01-26Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker1-1/+1
2013-09-19Make Preprocessor::Lex non-recursive.Eli Friedman1-17/+8
2013-08-01Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola1-28/+36
2012-12-21Remove duplicate includes.Roman Divacky1-1/+0
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-4/+4
2012-09-16Fix dead store found by static analyzer.Ted Kremenek1-5/+2
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky1-2/+2
2012-08-17Switch PTH format from a 7 byte magic number to an 8 byte one, to avoidRichard Smith1-3/+3
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-3/+3
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-3/+4
2011-09-22Simplify the last character check.David Blaikie1-1/+1
2011-09-19Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis1-2/+2
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis1-1/+1