aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceLocation.h
AgeCommit message (Expand)Author
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
2009-01-19privatize getChunkID/getMacroID, and move operator< out of the class.Chris Lattner
2009-01-19Make some enums in SourceLocation private, remove a useless assertion from Sc...Chris Lattner
2009-01-19make a bunch of more SourceLocation methods private.Chris Lattner
2009-01-19Make SourceLocation::getFileLoc private to reduce the API exposure of Chris Lattner
2009-01-17Rename SourceLocation::getFileID to getChunkID, because it returnsChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-17Teach DeclContext how to find the primary declaration for any TagDeclDouglas Gregor
2009-01-16eliminate FullSourceLoc::getLocation() now that FullSourceLocChris Lattner
2009-01-16Make FullSourceLoc derive from SourceLocation instead of Chris Lattner
2009-01-16elimiante FullSourceLoc::getCanonicalFileIDChris Lattner
2009-01-16remove FullSourceLoc::isFileIDChris Lattner
2009-01-16more SourceLocation lexicon change: instead of referring to theChris Lattner
2009-01-16Change some terminology in SourceLocation: instead of referring to Chris Lattner
2008-10-12start implementing a token rewriter. At this point, it just reads in a fileChris Lattner
2008-09-29Make some methods const, add some helpers to FullSourceLoc,Chris Lattner
2008-08-10* Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber
2008-04-14Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compareTed Kremenek
2008-04-03Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc.Ted Kremenek
2008-04-03Added "isFileID()" to FullSourceLoc.Ted Kremenek
2008-03-18Fix comment.Ted Kremenek
2008-02-03the macro start and macro end bits in source location are dead, remove them.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12TargetInfo no longer includes a reference to SourceManager.Ted Kremenek
2007-12-12Removed "NULL" from default construction of FullSourceLoc (compilation errors onTed Kremenek
2007-12-12Changes to FullSourceLoc:Ted Kremenek
2007-12-12Renamed FullContextSourceLocation to FullSourceLoc.Ted Kremenek
2007-12-12Added utility static method to FullContextSourceLocationTed Kremenek
2007-12-12Constified a predicate method.Ted Kremenek
2007-12-12Added class FullContextSourceLocation: a tuple class thatTed Kremenek
2007-11-09change source location to have two bits for macros, trackingChris Lattner
2007-11-01Simplified Serialization code for SourceLocation and SourceRange, andTed Kremenek
2007-10-25changed #include of Serialization.h to SerializationFwd.h to reduceTed Kremenek
2007-10-25Implemented serialization of SourceLocation and SourceRange objects.Ted Kremenek
2007-10-16Add a new Rewriter::getRangeSize method.Chris Lattner
2007-10-16Push the rewriter forward a bit more. Now it rewritesChris Lattner
2007-08-02switch a fixme to an assert.Chris Lattner
2007-07-25Fix a couple of bugs, add some new cool stuff.Chris Lattner