Age | Commit message (Expand) | Author |
2010-06-18 | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner |
2010-04-20 | change FullSourceLoc to have a *const* SourceManager&, eliminating | Chris Lattner |
2010-03-30 | Fix FileEntry declaration. | Daniel Dunbar |
2010-03-16 | Update get*LineNumber() and get*ColumnNumber() functions to pass the | Douglas Gregor |
2010-03-16 | Audit all callers of SourceManager::getCharacterData(); update some of | Douglas Gregor |
2010-03-16 | Audit all getBuffer() callers (for both the FullSourceLoc and | Douglas Gregor |
2010-03-16 | Switch another function to StringRef instead of char pointer pairs. | Benjamin Kramer |
2010-01-07 | Change ObjCContainerDecl to contain the entire range for the '@end' | Ted Kremenek |
2009-12-15 | update to match LLVM API change: | Chris Lattner |
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 |