aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-18SourceManager::getLineNumber is logically const except for caching.Chris Lattner1-1/+1
2008-10-27Rename Characteristic_t to CharacteristicKindChris Lattner1-1/+1
2008-09-29whitespace and comment changes, to fix grammar and 80 col violationsNico Weber1-4/+4
2008-09-26clean up a bunch of fixme's I added, by moving Chris Lattner1-3/+3
2008-09-26Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfoChris Lattner1-3/+3
2008-08-10* Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber1-3/+5
2008-04-01Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner1-2/+1
2008-04-01prune dead #includesChris Lattner1-2/+0
2008-04-01MemoryBuffer::getFile got smarter, obviating the need for readfilefast.Chris Lattner1-60/+3
2008-03-31Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12...Steve Naroff1-1/+1
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner1-0/+574