aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/PTHManager.h
AgeCommit message (Expand)Author
2009-11-12Switch PTHManager to using diagnostics for most errors.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-22PTHManager::Create():Ted Kremenek
2009-03-19Add PTHManager::getOriginalSourceFile(), a method that returns the name of theTed Kremenek
2009-02-13Add some boilerplate to the PTH file to prepare for the caching of stats for ...Ted Kremenek
2009-02-12PTH: Cache stat information for files in the PTH file. Hook up FileManagerTed Kremenek
2009-02-11PTH: Have meta data be at the beginning of the PTH file, not the end.Ted Kremenek
2009-02-11PTH: Replace string identifier to persistent ID lookup with a hashtable. This isTed Kremenek
2009-02-11PTH: Don't emit the PTH offset of the IdentifierInfo string data as that data isTed Kremenek
2009-02-10Bump PTH version.Ted Kremenek
2009-01-28Enhance PTHManager::Create() to take an optional Diagnostic* argument that ca...Ted Kremenek
2009-01-27PTH: Use Token::setLiteralData() to directly store a pointer to cached spelli...Ted Kremenek
2009-01-26Add version number to PTH files.Ted Kremenek
2009-01-18rearrange GetIdentifierInfo so that the fast path can be partially inlined in...Chris Lattner
2009-01-18switch PTH lexer from using "const char*"s to "const unsigned char*"s Chris Lattner
2009-01-17simplify PTHManager::CreateLexerChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-15IdentifierInfo:Ted Kremenek
2009-01-13PTH: Fix remaining cases where the spelling cache in the PTH file was being m...Ted Kremenek
2009-01-09Enhance PTH 'getSpelling' caching:Ted Kremenek
2009-01-08PTH: Hook up getSpelling() caching in PTHLexer. This results in a niceTed Kremenek
2008-12-23PTH:Ted Kremenek
2008-12-10Declare PerIDCache as IdentifierInfo** instead of void*. This is just cleane...Ted Kremenek
2008-12-03PTH:Ted Kremenek
2008-12-03- Remove PTHManager.cpp. Move all of its functions to PTHLexer.cpp since som...Ted Kremenek
2008-12-02Added PTHManager, a utility class that will be used by Preprocessor to lazily...Ted Kremenek