summaryrefslogtreecommitdiffstats
path: root/clang/Basic/FileManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* In FileManager: use full paths to unique files and directories on Windows,Ted Kremenek2008-02-241-8/+106
* Fix misspelling of "existent".Ted Kremenek2008-01-111-21/+21
* Fixed 80-col violation.Ted Kremenek2008-01-111-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Refactored inode and device number into FileEntry, and changed theTed Kremenek2007-12-181-8/+5
* Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, andTed Kremenek2007-12-181-2/+8
* Removed serialization of FileEntry and DirectoryEntry. This objects willTed Kremenek2007-12-041-32/+1
* Implemented serialization of FileEntry and DirectoryEntry.Ted Kremenek2007-12-041-0/+33
* 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