summaryrefslogtreecommitdiffstats
path: root/clang/Basic/FileManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* VC++ doesn't define S_ISDIRChris Lattner2007-09-031-0/+3
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-3/+2
* adjust to CStringMap interface change.Chris Lattner2007-02-081-15/+21
* simplify logic, eliminate a copy of string data.Chris Lattner2006-10-301-8/+7
* Switch the FileManager::FileEntries map over to using a CStringMap. ThisChris Lattner2006-10-301-27/+41
* Wean LookupSubframeworkHeader off std::strings, use the new SmallStringChris Lattner2006-10-301-7/+10
* Avoid storing a directory name in both the DirEntries map keys and in theChris Lattner2006-10-301-3/+4
* Switch DirEntries over to using a CStringMap. This speeds it upChris Lattner2006-10-301-10/+16
* Avoid some mallocs, and avoid leaking some memory, by making theChris Lattner2006-10-301-16/+16
* cleanups, add some code for instrumenting statChris Lattner2006-07-191-3/+7
* implement #pragma GCC dependencyChris Lattner2006-06-251-2/+3
* Initial checkin of c-language parserChris Lattner2006-06-181-0/+136
OpenPOWER on IntegriCloud