Age | Commit message (Expand) | Author |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-06-23 | Remove operator '<=' overload for SourceLocation. | Argyrios Kyrtzidis |
2009-06-20 | Add operator '<=' for comparing SourceLocations. | Argyrios Kyrtzidis |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-03-28 | Add comparison operators for SourceRange. | Ted Kremenek |
2009-03-10 | Add FullSourceLoc::getDecomposedLoc. | Ted Kremenek |
2009-03-05 | Include information about compound statements when crashing in sema or the | Chris Lattner |
2009-02-04 | lower the interface to getLineNumber like we did for | Chris Lattner |
2009-02-04 | make SM::getColumnNumber take a predecomposed FileID/offset, which | Chris Lattner |
2009-01-28 | Add method FullSourceLoc::getBufferData(). | Ted Kremenek |
2009-01-27 | Introduce a new PresumedLoc class to represent the concept of a location | Chris Lattner |
2009-01-26 | Check in the long promised SourceLocation rewrite. This lays the | Chris Lattner |
2009-01-19 | remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. | Chris Lattner |
2009-01-19 | privatize getChunkID/getMacroID, and move operator< out of the class. | Chris Lattner |
2009-01-19 | Make some enums in SourceLocation private, remove a useless assertion from Sc... | Chris Lattner |
2009-01-19 | make a bunch of more SourceLocation methods private. | Chris Lattner |
2009-01-19 | Make SourceLocation::getFileLoc private to reduce the API exposure of | Chris Lattner |
2009-01-17 | Rename SourceLocation::getFileID to getChunkID, because it returns | Chris Lattner |
2009-01-17 | this massive patch introduces a simple new abstraction: it makes | Chris Lattner |
2009-01-17 | Teach DeclContext how to find the primary declaration for any TagDecl | Douglas Gregor |
2009-01-16 | eliminate FullSourceLoc::getLocation() now that FullSourceLoc | Chris Lattner |
2009-01-16 | Make FullSourceLoc derive from SourceLocation instead of | Chris Lattner |
2009-01-16 | elimiante FullSourceLoc::getCanonicalFileID | Chris Lattner |
2009-01-16 | remove FullSourceLoc::isFileID | Chris Lattner |
2009-01-16 | more SourceLocation lexicon change: instead of referring to the | Chris Lattner |
2009-01-16 | Change some terminology in SourceLocation: instead of referring to | Chris Lattner |
2008-10-12 | start implementing a token rewriter. At this point, it just reads in a file | Chris Lattner |
2008-09-29 | Make some methods const, add some helpers to FullSourceLoc, | Chris Lattner |
2008-08-10 | * Remove isInSystemHeader() from DiagClient, move it to SourceManager | Nico Weber |
2008-04-14 | Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare | Ted Kremenek |
2008-04-03 | Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. | Ted Kremenek |
2008-04-03 | Added "isFileID()" to FullSourceLoc. | Ted Kremenek |
2008-03-18 | Fix comment. | Ted Kremenek |
2008-02-03 | the macro start and macro end bits in source location are dead, remove them. | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-12 | TargetInfo no longer includes a reference to SourceManager. | Ted Kremenek |
2007-12-12 | Removed "NULL" from default construction of FullSourceLoc (compilation errors on | Ted Kremenek |
2007-12-12 | Changes to FullSourceLoc: | Ted Kremenek |
2007-12-12 | Renamed FullContextSourceLocation to FullSourceLoc. | Ted Kremenek |
2007-12-12 | Added utility static method to FullContextSourceLocation | Ted Kremenek |
2007-12-12 | Constified a predicate method. | Ted Kremenek |
2007-12-12 | Added class FullContextSourceLocation: a tuple class that | Ted Kremenek |
2007-11-09 | change source location to have two bits for macros, tracking | Chris Lattner |
2007-11-01 | Simplified Serialization code for SourceLocation and SourceRange, and | Ted Kremenek |
2007-10-25 | changed #include of Serialization.h to SerializationFwd.h to reduce | Ted Kremenek |
2007-10-25 | Implemented serialization of SourceLocation and SourceRange objects. | Ted Kremenek |
2007-10-16 | Add a new Rewriter::getRangeSize method. | Chris Lattner |
2007-10-16 | Push the rewriter forward a bit more. Now it rewrites | Chris Lattner |
2007-08-02 | switch a fixme to an assert. | Chris Lattner |
2007-07-25 | Fix a couple of bugs, add some new cool stuff. | Chris Lattner |