index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
SourceManager.h
Age
Commit message (
Expand
)
Author
2008-04-14
Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare
Ted Kremenek
2008-04-08
Make SourceManager::getFullFilePos() public.
Ted Kremenek
2008-02-02
Cleanup previous patch (based on feedback from Ted).
Steve Naroff
2008-02-01
Make sure SourceManager/HeaderSearch don't support default copy constructors ...
Steve Naroff
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-20
Fix trivial self-infinite-recursion
Chris Lattner
2007-12-20
Added method getFileEntryForID() to SourceManager.
Ted Kremenek
2007-12-19
Added methods createMainFileID() and createMainFileIDForMemBuffer() to
Ted Kremenek
2007-12-19
Added storage of the FileID of the the main source file of a translation unit
Ted Kremenek
2007-12-05
Renamed SourceManager::Read to SourceManager::CreateAndRegister.
Ted Kremenek
2007-12-05
Implemented initial serialization support for SourceManager.
Ted Kremenek
2007-12-04
Implemented serialization of SrcMgr::ContentCache.
Ted Kremenek
2007-12-04
Fixed a few more comments to change "FileInfo" to "ContentCache."
Ted Kremenek
2007-11-09
rename getInstantiationLoc to match the scheme of isPhysicalLoc.
Chris Lattner
2007-11-09
change source location to have two bits for macros, tracking
Chris Lattner
2007-10-30
Updated some comments.
Ted Kremenek
2007-10-30
Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a
Ted Kremenek
2007-10-30
update some comments.
Chris Lattner
2007-10-12
add a new SM::getDecomposedFileLoc method.
Chris Lattner
2007-10-11
Push the rewriting APIs along. Build a trivial client that replaces tabs
Chris Lattner
2007-08-30
constify a method.
Chris Lattner
2007-07-24
Use a smallstring instead of an std::string in FileChanged to avoid some mall...
Chris Lattner
2007-07-24
Add a cache to SourceManager to accellerate line # lookup. This is a
Chris Lattner
2007-07-22
when running in -E mode on multiple files, there is no reason to accumulate
Chris Lattner
2007-07-20
improve comments, implement a trivial single-entry cache in
Chris Lattner
2007-07-20
Reimplement SourceLocation. Instead of having a
Chris Lattner
2007-07-15
Change SourceManager::getInstantiationLoc to take virtual locations, doing its
Chris Lattner
2007-07-12
Improve portability to compilers where <cassert> is not implicitly
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer