aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceLocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-18Inline function into only use.Rafael Espindola1-6/+2
2014-01-04Only mark dump() function definitions 'used' in debug buildsAlp Toker1-3/+4
2012-12-12PR14581: Make SourceLocation::printToString work, or it will always return an...Benjamin Kramer1-1/+1
2012-11-09Add a SourceLocation::printToString() that returns in a std::string what dump()Argyrios Kyrtzidis1-0/+7
2012-02-26Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ...Benjamin Kramer1-0/+4
2011-07-26Clean up as many of the comments in Basic I can find to talk in terms ofChandler Carruth1-1/+1
2011-07-25Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth1-2/+2
2011-07-25Rename getInstantiationColumnNumber to getExpansionColumnNumber in bothChandler Carruth1-2/+2
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth1-3/+3
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-3/+3
2010-12-15Fix diagnostic pragmas.Argyrios Kyrtzidis1-0/+5
2010-11-12Make sure to always check the result ofDouglas Gregor1-0/+5
2010-03-16Update get*LineNumber() and get*ColumnNumber() functions to pass theDouglas Gregor1-8/+8
2010-03-16Audit all callers of SourceManager::getCharacterData(); update some ofDouglas Gregor1-2/+2
2010-03-16Audit all getBuffer() callers (for both the FullSourceLoc andDouglas Gregor1-4/+4
2010-03-16Switch another function to StringRef instead of char pointer pairs.Benjamin Kramer1-3/+2
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-2/+2
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor1-22/+0
2009-03-10Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar1-1/+0
2009-03-10Add FullSourceLoc::getDecomposedLoc.Ted Kremenek1-0/+4
2009-03-05Include information about compound statements when crashing in sema or theChris Lattner1-11/+35
2009-03-02improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner1-0/+1
2009-02-04lower the interface to getLineNumber like we did forChris Lattner1-5/+0
2009-02-04make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner1-6/+0
2009-01-28Add method FullSourceLoc::getBufferData().Ted Kremenek1-0/+6
2009-01-27Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner1-29/+23
2009-01-19Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner1-2/+2
2009-01-19remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods.Chris Lattner1-5/+0
2009-01-19some minor cleanups to SourceManager, and eliminate the Chris Lattner1-1/+1
2009-01-17Rename SourceLocation::getFileID to getChunkID, because it returnsChris Lattner1-0/+6
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner1-1/+1
2009-01-16Make FullSourceLoc derive from SourceLocation instead of Chris Lattner1-27/+27
2009-01-16elimiante FullSourceLoc::getCanonicalFileIDChris Lattner1-7/+2
2009-01-16remove FullSourceLoc::isFileIDChris Lattner1-1/+1
2009-01-16more SourceLocation lexicon change: instead of referring to theChris Lattner1-11/+11
2009-01-16Change some terminology in SourceLocation: instead of referring to Chris Lattner1-10/+10
2008-09-29Make some methods const, add some helpers to FullSourceLoc,Chris Lattner1-5/+39
2008-08-10* Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber1-0/+6
2008-04-14Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compareTed Kremenek1-0/+4
2008-04-03Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc.Ted Kremenek1-2/+13
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner1-0/+79