aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceLocation.h
AgeCommit message (Expand)Author
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
2007-07-21Add support for reusing macroid's with negative physical loc deltas. ThisChris Lattner
2007-07-20improve comments, implement a trivial single-entry cache in Chris Lattner
2007-07-20Reimplement SourceLocation. Instead of having a Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer