Age | Commit message (Expand) | Author |
2013-02-16 | Documentation cleanup: use \brief, and don't repeat the identifier being | James Dennett |
2013-01-07 | Simplify. No behavior change. | Nico Weber |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-12-01 | Fix a typo in comment. | Michael Han |
2012-11-09 | Add string to try and fix build from r167629. | Chad Rosier |
2012-11-09 | Add a SourceLocation::printToString() that returns in a std::string what dump() | Argyrios Kyrtzidis |
2012-07-06 | Constify the argument to SourceLocation::getFromPtrEncoding. | Jordan Rose |
2012-07-02 | Documentation cleanup: | James Dennett |
2012-07-02 | Documentation cleanup: reformatting/fixing up file comments so that they have | James Dennett |
2012-06-22 | Documentation cleanup: | James Dennett |
2012-02-26 | Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ... | Benjamin Kramer |
2012-02-21 | Mark a few 'dump' methods as 'used' to make sure they are included in libclang | Argyrios Kyrtzidis |
2012-02-03 | Change Lexer::makeFileCharRange() to have it accept a CharSourceRange | Argyrios Kyrtzidis |
2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
2011-09-19 | Make ASTReader/ASTWriter friends of SourceLocation. They already | Argyrios Kyrtzidis |
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-20 | remove some now-redundant forward declarations. | Chris Lattner |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-05-06 | Keep track of the file ID corresponding to the original file used to | Douglas Gregor |
2011-04-07 | Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for... | Argyrios Kyrtzidis |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-11-17 | move AdvanceToTokenCharacter and getLocForEndOfToken from | Chris Lattner |
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 |