aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceManagerInternals.h
AgeCommit message (Expand)Author
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-17Documentation cleanup: escaping # characters and adding \brief markupJames Dennett
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-06-08Switch LineTableInfo to use FileID instead of int for file references,Douglas Gregor
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor
2011-06-21Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-13Include the SourceManager's line table in the PCH file. We can nowDouglas Gregor
2009-04-13Factor the internals of SourceManager (specially, LineTableInfo) into a separ...Douglas Gregor