summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/CommandLineSourceLoc.h
Commit message (Expand)AuthorAgeFilesLines
* Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz2017-10-161-0/+46
* Revert r315738Alex Lorenz2017-10-131-45/+0
* [clang-refactor] Apply source replacementsAlex Lorenz2017-10-131-0/+45
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-3/+3
* Fix the clang self-host -Werror buildDavid Blaikie2015-03-041-1/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-3/+4
* Add support for code completion on stdin.Dan Gohman2010-10-261-1/+7
* Add ParseSourceLocation::FromString, and simplify.Daniel Dunbar2009-11-251-27/+22
* Move FixItAtLocations into FrontendOptionsDaniel Dunbar2009-11-121-1/+2
* switch command line 'parse' methods to use StringRef for efficiency, whichChris Lattner2009-09-201-11/+10
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-7/+7
* Fix build break.Zhongxing Xu2009-06-261-0/+1
* Move the command line source location parsing from clang-cc.cpp into "include...Argyrios Kyrtzidis2009-06-231-0/+84