aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceLocation.h
AgeCommit message (Expand)Author
2013-02-16Documentation cleanup: use \brief, and don't repeat the identifier beingJames Dennett
2013-01-07Simplify. No behavior change.Nico Weber
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-01Fix a typo in comment.Michael Han
2012-11-09Add string to try and fix build from r167629.Chad Rosier
2012-11-09Add a SourceLocation::printToString() that returns in a std::string what dump()Argyrios Kyrtzidis
2012-07-06Constify the argument to SourceLocation::getFromPtrEncoding.Jordan Rose
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-22Documentation cleanup:James Dennett
2012-02-26Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ...Benjamin Kramer
2012-02-21Mark a few 'dump' methods as 'used' to make sure they are included in libclangArgyrios Kyrtzidis
2012-02-03Change Lexer::makeFileCharRange() to have it accept a CharSourceRangeArgyrios Kyrtzidis
2011-09-19Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis
2011-09-19Make ASTReader/ASTWriter friends of SourceLocation. They alreadyArgyrios Kyrtzidis
2011-07-26Clean up as many of the comments in Basic I can find to talk in terms ofChandler Carruth
2011-07-25Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth
2011-07-25Rename getInstantiationColumnNumber to getExpansionColumnNumber in bothChandler Carruth
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor
2011-05-06Keep track of the file ID corresponding to the original file used toDouglas Gregor
2011-04-07Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for...Argyrios Kyrtzidis
2011-01-18Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin
2010-12-15Fix diagnostic pragmas.Argyrios Kyrtzidis
2010-11-17move AdvanceToTokenCharacter and getLocForEndOfToken fromChris Lattner
2010-06-18introduce a new CharSourceRange class, and enhance the diagnostics routinesChris Lattner
2010-04-20change FullSourceLoc to have a *const* SourceManager&, eliminatingChris Lattner
2010-03-30Fix FileEntry declaration.Daniel Dunbar
2010-03-16Update get*LineNumber() and get*ColumnNumber() functions to pass theDouglas Gregor
2010-03-16Audit all callers of SourceManager::getCharacterData(); update some ofDouglas Gregor
2010-03-16Audit all getBuffer() callers (for both the FullSourceLoc andDouglas Gregor
2010-03-16Switch another function to StringRef instead of char pointer pairs.Benjamin Kramer
2010-01-07Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek
2009-12-15update to match LLVM API change:Chris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-23Remove operator '<=' overload for SourceLocation.Argyrios Kyrtzidis
2009-06-20Add operator '<=' for comparing SourceLocations.Argyrios Kyrtzidis
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-03-28Add comparison operators for SourceRange.Ted Kremenek
2009-03-10Add FullSourceLoc::getDecomposedLoc.Ted Kremenek
2009-03-05Include information about compound statements when crashing in sema or theChris Lattner
2009-02-04lower the interface to getLineNumber like we did forChris Lattner
2009-02-04make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner
2009-01-28Add method FullSourceLoc::getBufferData().Ted Kremenek
2009-01-27Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner
2009-01-26Check in the long promised SourceLocation rewrite. This lays theChris Lattner
2009-01-19remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods.Chris Lattner