aboutsummaryrefslogtreecommitdiff
path: root/Basic/FileManager.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-02-24In FileManager: use full paths to unique files and directories on Windows,Ted Kremenek
2008-01-11Fix misspelling of "existent".Ted Kremenek
2008-01-11Fixed 80-col violation.Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-18Refactored inode and device number into FileEntry, and changed theTed Kremenek
2007-12-18Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, andTed Kremenek
2007-12-04Removed serialization of FileEntry and DirectoryEntry. This objects willTed Kremenek
2007-12-04Implemented serialization of FileEntry and DirectoryEntry.Ted Kremenek
2007-09-03VC++ doesn't define S_ISDIRChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer