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