summaryrefslogtreecommitdiff
path: root/lib/Lex/PTHLexer.cpp
Commit message (Expand)AuthorAge
* Include system_error directly.Rafael Espindola2014-06-12
* [C++11] Use 'nullptr'. Lex edition.Craig Topper2014-05-17
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-18
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-18
* Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-28
* Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-28
* Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-28
* Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-28
* OnDiskHashTable: Use Endian.h to read little endian ostreamsJustin Bogner2014-03-28
* OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner2014-03-28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-28
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-27
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-27
* Recommit virtual file systemBen Langmuir2014-02-20
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-20
* Initial implementation of virtual file systemBen Langmuir2014-02-19
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-26
* Make Preprocessor::Lex non-recursive.Eli Friedman2013-09-19
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-01
* Remove duplicate includes.Roman Divacky2012-12-21
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-11
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Fix dead store found by static analyzer.Ted Kremenek2012-09-16
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-06
* Switch PTH format from a 7 byte magic number to an 8 byte one, to avoidRichard Smith2012-08-17
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-05
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* Simplify the last character check.David Blaikie2011-09-22
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-19
* Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis2011-09-04
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-28
* MemoryBuffer API update.Michael J. Spencer2010-12-16
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-09
* change the 'is directory' indicator to be a null-or-notChris Lattner2010-11-23
* simplify the cache miss handling code, eliminating CacheMissing.Chris Lattner2010-11-23
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-23
* don't allow remapping PTH file paths with -fworking-directory, theChris Lattner2010-11-23
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-23
* tidy upChris Lattner2010-11-23
* Implement -working-directory.Argyrios Kyrtzidis2010-11-03
* Don't emit end-of-file diagnostics like "unterminated conditional" orDouglas Gregor2010-08-12
* Add PTHLexer::LexEndOfFile() to emit diagnostics at end-of-file similar to th...Ted Kremenek2010-07-27
* Switch over IdentifierInfoLookup to StringRefKovarththanan Rajaratnam2010-03-12
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-28