Age | Commit message (Expand) | Author |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-03-10 | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar |
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-03-02 | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | 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-19 | Rename SourceManager::getCanonicalFileID -> getFileID. There is | Chris Lattner |
2009-01-19 | remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. | Chris Lattner |
2009-01-19 | some minor cleanups to SourceManager, and eliminate the | 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-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-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-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |