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