index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Basic
/
SourceManager.cpp
Age
Commit message (
Expand
)
Author
2009-01-16
rename "virtual location" of a macro to "instantiation location".
Chris Lattner
2009-01-16
Change some terminology in SourceLocation: instead of referring to
Chris Lattner
2009-01-06
SourceManager: Implement "lazy" creation of MemBuffers for source files.
Ted Kremenek
2009-01-06
Misc changes to SourceManager::ContentCache:
Ted Kremenek
2008-11-18
SourceManager::getLineNumber is logically const except for caching.
Chris Lattner
2008-10-27
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-09-29
whitespace and comment changes, to fix grammar and 80 col violations
Nico Weber
2008-09-26
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-09-26
Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo
Chris Lattner
2008-08-10
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-04-01
Update to match simplified llvm MemoryBuffer interfaces for files.
Chris Lattner
2008-04-01
prune dead #includes
Chris Lattner
2008-04-01
MemoryBuffer::getFile got smarter, obviating the need for readfilefast.
Chris Lattner
2008-03-31
Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12...
Steve Naroff
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
[prev]