index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Basic
/
SourceLocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
lower the interface to getLineNumber like we did for
Chris Lattner
2009-02-04
1
-5
/
+0
*
make SM::getColumnNumber take a predecomposed FileID/offset, which
Chris Lattner
2009-02-04
1
-6
/
+0
*
Add method FullSourceLoc::getBufferData().
Ted Kremenek
2009-01-28
1
-0
/
+6
*
Introduce a new PresumedLoc class to represent the concept of a location
Chris Lattner
2009-01-27
1
-29
/
+23
*
Rename SourceManager::getCanonicalFileID -> getFileID. There is
Chris Lattner
2009-01-19
1
-2
/
+2
*
remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods.
Chris Lattner
2009-01-19
1
-5
/
+0
*
some minor cleanups to SourceManager, and eliminate the
Chris Lattner
2009-01-19
1
-1
/
+1
*
Rename SourceLocation::getFileID to getChunkID, because it returns
Chris Lattner
2009-01-17
1
-0
/
+6
*
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-17
1
-1
/
+1
*
Make FullSourceLoc derive from SourceLocation instead of
Chris Lattner
2009-01-16
1
-27
/
+27
*
elimiante FullSourceLoc::getCanonicalFileID
Chris Lattner
2009-01-16
1
-7
/
+2
*
remove FullSourceLoc::isFileID
Chris Lattner
2009-01-16
1
-1
/
+1
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-11
/
+11
*
Change some terminology in SourceLocation: instead of referring to
Chris Lattner
2009-01-16
1
-10
/
+10
*
Make some methods const, add some helpers to FullSourceLoc,
Chris Lattner
2008-09-29
1
-5
/
+39
*
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-10
1
-0
/
+6
*
Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare
Ted Kremenek
2008-04-14
1
-0
/
+4
*
Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc.
Ted Kremenek
2008-04-03
1
-2
/
+13
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+79