aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/SourceManager.cpp
AgeCommit message (Expand)Author
2008-04-01Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner
2008-04-01prune dead #includesChris Lattner
2008-04-01MemoryBuffer::getFile got smarter, obviating the need for readfilefast.Chris Lattner
2008-03-31Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12...Steve Naroff
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner