Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
cb71722bce938bebaa02f4482b284380a44a19f7
/
lib
/
Basic
/
SourceLocation.cpp
30fc933
lower the interface to getLineNumber like we did for
by Chris Lattner
· 17 years ago
7da5aea
make SM::getColumnNumber take a predecomposed FileID/offset, which
by Chris Lattner
· 17 years ago
3632a35
Add method FullSourceLoc::getBufferData().
by Ted Kremenek
· 17 years ago
b9c3f96
Introduce a new PresumedLoc class to represent the concept of a location
by Chris Lattner
· 17 years ago
a11d617
Rename SourceManager::getCanonicalFileID -> getFileID. There is
by Chris Lattner
· 17 years ago
b21e5a0
remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods.
by Chris Lattner
· 17 years ago
a90a4d4
some minor cleanups to SourceManager, and eliminate the
by Chris Lattner
· 17 years ago
3b4d5e9
Rename SourceLocation::getFileID to getChunkID, because it returns
by Chris Lattner
· 17 years ago
2b2453a
this massive patch introduces a simple new abstraction: it makes
by Chris Lattner
· 17 years ago
a50bd54
Make FullSourceLoc derive from SourceLocation instead of
by Chris Lattner
· 17 years ago
4abb87e
elimiante FullSourceLoc::getCanonicalFileID
by Chris Lattner
· 17 years ago
0cf7bb9
remove FullSourceLoc::isFileID
by Chris Lattner
· 17 years ago
f7cf85b
more SourceLocation lexicon change: instead of referring to the
by Chris Lattner
· 17 years ago
df7c17a
Change some terminology in SourceLocation: instead of referring to
by Chris Lattner
· 17 years ago
5c38b63
Make some methods const, add some helpers to FullSourceLoc,
by Chris Lattner
· 17 years ago
7bfaaae
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
by Nico Weber
· 17 years ago
9fd87b1
Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare
by Ted Kremenek
· 17 years ago
1758b07
Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc.
by Ted Kremenek
· 17 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from Basic/SourceLocation.cpp]
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
9c728dc
TargetInfo no longer includes a reference to SourceManager.
by Ted Kremenek
· 18 years ago
beb7713
Simplified Serialization code for SourceLocation and SourceRange, and
by Ted Kremenek
· 18 years ago
19a95bc
Implemented serialization of SourceLocation and SourceRange objects.
by Ted Kremenek
· 18 years ago