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