index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Basic
/
SourceManager.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-02-03
the macro start and macro end bits in source location are dead, remove them.
Chris Lattner
2008-01-24
Don't add an extra line to the end of the buffer, it doesn't really exist.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-19
Added storage of the FileID of the the main source file of a translation unit
Ted Kremenek
2007-12-18
When serializing SourceManager, we now serialize out absolute paths
Ted Kremenek
2007-12-13
Add hack to SourceManager to support missing source files during
Ted Kremenek
2007-12-10
Added newline to end of file.
Ted Kremenek
2007-12-05
Removed dependence on including iostream (use llvm/Support/Streams.h instead).
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-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-31
Updated a comment to hopefully silence a Lattner warning.
Ted Kremenek
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-16
Unbreak mingw32. Maybe there should be something like libClandSystem? :)
Anton Korobeynikov
2007-10-11
Push the rewriting APIs along. Build a trivial client that replaces tabs
Chris Lattner
2007-09-12
Removed clang solution file for VC++, which didn't work properly because of h...
Hartmut Kaiser
2007-09-03
Add #ifdefs to make the source portable to windows. Patch contributed
Chris Lattner
2007-08-30
constify a method.
Chris Lattner
2007-08-02
Fix a bug in my previous commit
Chris Lattner
2007-08-02
Increase the macro id cache to look up several recent entries, not just the l...
Chris Lattner
2007-07-24
Use a smallstring instead of an std::string in FileChanged to avoid some mall...
Chris Lattner
2007-07-24
check in an experiment that didn't work out, to allow for future investigation.
Chris Lattner
2007-07-24
Add a cache to SourceManager to accellerate line # lookup. This is a
Chris Lattner
2007-07-21
Add support for reusing macroid's with negative physical loc deltas. This
Chris Lattner
2007-07-20
remove some old cruft
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-16
Make octal constant lexing use AdvanceToTokenCharacter to give more
Chris Lattner
2007-07-15
Change SourceManager::getInstantiationLoc to take virtual locations, doing its
Chris Lattner
2007-07-12
add missing header
Gabor Greif
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer