summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/SourceManagerInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-11/+11
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-11-031-7/+15
* Give files from #line the characteristics of the current fileReid Kleckner2017-05-221-2/+0
* Use StringRef instead of raw pointer in SourceManagerInternals LineTableInfo ...Mehdi Amini2016-10-111-2/+2
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-5/+0
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Documentation cleanup:James Dennett2012-07-021-13/+15
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-4/+4
* Documentation cleanup: escaping # characters and adding \brief markupJames Dennett2012-06-171-5/+5
* More doxygen/documentation cleanups.James Dennett2012-06-131-2/+2
* Switch LineTableInfo to use FileID instead of int for file references,Douglas Gregor2012-06-081-6/+7
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+1
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-6/+6
* Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad2011-06-211-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-12/+12
* Include the SourceManager's line table in the PCH file. We can nowDouglas Gregor2009-04-131-1/+11
* Factor the internals of SourceManager (specially, LineTableInfo) into a separ...Douglas Gregor2009-04-131-0/+120