aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/DependencyGraph.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-09-10Unique_ptrify PPCallbacks ownership.Craig Topper1-1/+2
2014-08-25Update for llvm api change.Rafael Espindola1-5/+5
2014-05-22[C++11] Use 'nullptr'. Frontend edition.Craig Topper1-1/+1
2014-03-13[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-10/+6
2014-02-24Update for llvm api change.Rafael Espindola1-1/+1
2014-02-24Don't assume that F_None is the default. It is about to change.Rafael Espindola1-1/+1
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-7/+6
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-09-29For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis1-2/+4
2012-09-27Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis1-2/+2
2012-02-02Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor1-1/+2
2012-02-02Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor1-0/+139