aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/DependencyFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-21Delete the depfile if we could not open a header file. We cannotPeter Collingbourne1-28/+36
2011-10-11For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.Argyrios Kyrtzidis1-2/+4
2011-08-30Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre...Eli Friedman1-8/+2
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-13/+13
2011-07-12Implement -MG. Fixes PR9613Peter Collingbourne1-1/+38
2011-07-08Fix up dependency file name printing to more closely match that of gcc, inclu...Eli Friedman1-5/+11
2011-04-15Fixes a crash when generating dependency file stuffFariborz Jahanian1-1/+1
2011-02-17fix clang -MM output to escape spaces in filenames. This seems to beChris Lattner1-7/+18
2010-07-26It's not necessary to call flush() on a raw_ostream immediately priorDan Gohman1-1/+0
2010-03-23PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen...Daniel Dunbar1-4/+5
2010-03-07Rename to addPPCallbacks since we're effectively adding a callback and maybe ...Kovarththanan Rajaratnam1-1/+1
2010-03-07Don't assert if PP already contains a valid PP callback. The PP can handle mu...Kovarththanan Rajaratnam1-1/+0
2009-11-28Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer1-2/+1
2009-11-11Sink AttachDependencyFileGen into CreatePreprocessor.Daniel Dunbar1-5/+5
2009-11-11Add DependencyOutputOptions to wrap -M... options, and propogate toDaniel Dunbar1-19/+25
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-8/+8
2009-05-19Clean up some unnecessary includes.Eli Friedman1-2/+0
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman1-0/+171