Age | Commit message (Expand) | Author |
2012-12-12 | PR14581: Make SourceLocation::printToString work, or it will always return an... | Benjamin Kramer |
2012-11-09 | Add a SourceLocation::printToString() that returns in a std::string what dump() | Argyrios Kyrtzidis |
2012-02-26 | Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ... | Benjamin Kramer |
2011-07-26 | Clean up as many of the comments in Basic I can find to talk in terms of | Chandler Carruth |
2011-07-25 | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth |
2011-07-25 | Rename getInstantiationColumnNumber to getExpansionColumnNumber in both | Chandler Carruth |
2011-07-25 | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-11-12 | Make sure to always check the result of | Douglas Gregor |
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 |
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 |