aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/SourceManager.cpp
AgeCommit message (Expand)Author
2009-01-19remove the public SourceManager::getContentCacheForLoc method.Chris Lattner
2009-01-19SourceManager::getBufferData(SourceLocation) is dead, delete it.Chris Lattner
2009-01-19some minor cleanups to SourceManager, and eliminate the Chris Lattner
2009-01-17Rename SourceLocation::getFileID to getChunkID, because it returnsChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-17make "ContentCache::Buffer" mutable to avoid a const_cast.Chris Lattner
2009-01-16more SourceLocation lexicon change: instead of referring to theChris Lattner
2009-01-16rename "virtual location" of a macro to "instantiation location".Chris Lattner
2009-01-16Change some terminology in SourceLocation: instead of referring to Chris Lattner
2009-01-06SourceManager: Implement "lazy" creation of MemBuffers for source files.Ted Kremenek
2009-01-06Misc changes to SourceManager::ContentCache:Ted Kremenek
2008-11-18SourceManager::getLineNumber is logically const except for caching.Chris Lattner
2008-10-27Rename Characteristic_t to CharacteristicKindChris Lattner
2008-09-29whitespace and comment changes, to fix grammar and 80 col violationsNico Weber
2008-09-26clean up a bunch of fixme's I added, by moving Chris Lattner
2008-09-26Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfoChris Lattner
2008-08-10* Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber
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