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
/
SourceLocation.h
Age
Commit message (
Expand
)
Author
2008-04-14
Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare
Ted Kremenek
2008-04-03
Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc.
Ted Kremenek
2008-04-03
Added "isFileID()" to FullSourceLoc.
Ted Kremenek
2008-03-18
Fix comment.
Ted Kremenek
2008-02-03
the macro start and macro end bits in source location are dead, remove them.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-12
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
Removed "NULL" from default construction of FullSourceLoc (compilation errors on
Ted Kremenek
2007-12-12
Changes to FullSourceLoc:
Ted Kremenek
2007-12-12
Renamed FullContextSourceLocation to FullSourceLoc.
Ted Kremenek
2007-12-12
Added utility static method to FullContextSourceLocation
Ted Kremenek
2007-12-12
Constified a predicate method.
Ted Kremenek
2007-12-12
Added class FullContextSourceLocation: a tuple class that
Ted Kremenek
2007-11-09
change source location to have two bits for macros, tracking
Chris Lattner
2007-11-01
Simplified Serialization code for SourceLocation and SourceRange, and
Ted Kremenek
2007-10-25
changed #include of Serialization.h to SerializationFwd.h to reduce
Ted Kremenek
2007-10-25
Implemented serialization of SourceLocation and SourceRange objects.
Ted Kremenek
2007-10-16
Add a new Rewriter::getRangeSize method.
Chris Lattner
2007-10-16
Push the rewriter forward a bit more. Now it rewrites
Chris Lattner
2007-08-02
switch a fixme to an assert.
Chris Lattner
2007-07-25
Fix a couple of bugs, add some new cool stuff.
Chris Lattner
2007-07-21
Add support for reusing macroid's with negative physical loc deltas. This
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-11
Stage two of getting CFE top correct.
Reid Spencer