aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CommandLineSourceLoc.h
AgeCommit message (Expand)Author
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2010-10-26Add support for code completion on stdin.Dan Gohman
2009-11-25Add ParseSourceLocation::FromString, and simplify.Daniel Dunbar
2009-11-12Move FixItAtLocations into FrontendOptionsDaniel Dunbar
2009-09-20switch command line 'parse' methods to use StringRef for efficiency, whichChris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-26Fix build break.Zhongxing Xu
2009-06-23Move the command line source location parsing from clang-cc.cpp into "include...Argyrios Kyrtzidis