summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CacheTokens.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-2/+2
| | | | llvm-svn: 84436
* Use StringExtra's HashString instead of BernsteinHash.Daniel Dunbar2009-10-171-6/+7
| | | | llvm-svn: 84360
* Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor2009-10-161-3/+4
| | | | | | | | | only supporting a single stat cache. The immediate benefit of this change is that we can now generate a PCH/AST file when including another PCH file; in the future, the chain of stat caches will likely be useful with multiple levels of PCH files. llvm-svn: 84263
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-89/+89
| | | | llvm-svn: 81346
* API changes to match llvm ToT.Chris Lattner2009-08-231-3/+3
| | | | llvm-svn: 79868
* Replace cerr with errs().Benjamin Kramer2009-08-231-3/+2
| | | | llvm-svn: 79854
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-0/+658
files to lib/Frontend. llvm-svn: 72099
OpenPOWER on IntegriCloud