summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/SourceLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* lower the interface to getLineNumber like we did forChris Lattner2009-02-041-5/+0
* make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner2009-02-041-6/+0
* Add method FullSourceLoc::getBufferData().Ted Kremenek2009-01-281-0/+6
* Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner2009-01-271-29/+23
* Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner2009-01-191-2/+2
* remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods.Chris Lattner2009-01-191-5/+0
* some minor cleanups to SourceManager, and eliminate the Chris Lattner2009-01-191-1/+1
* Rename SourceLocation::getFileID to getChunkID, because it returnsChris Lattner2009-01-171-0/+6
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-1/+1
* Make FullSourceLoc derive from SourceLocation instead of Chris Lattner2009-01-161-27/+27
* elimiante FullSourceLoc::getCanonicalFileIDChris Lattner2009-01-161-7/+2
* remove FullSourceLoc::isFileIDChris Lattner2009-01-161-1/+1
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-11/+11
* Change some terminology in SourceLocation: instead of referring to Chris Lattner2009-01-161-10/+10
* Make some methods const, add some helpers to FullSourceLoc,Chris Lattner2008-09-291-5/+39
* * Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber2008-08-101-0/+6
* Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compareTed Kremenek2008-04-141-0/+4
* Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc.Ted Kremenek2008-04-031-2/+13
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+79
OpenPOWER on IntegriCloud