summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DependencyFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.Argyrios Kyrtzidis2011-10-111-2/+4
* Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre...Eli Friedman2011-08-301-8/+2
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-13/+13
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-121-1/+38
* Fix up dependency file name printing to more closely match that of gcc, inclu...Eli Friedman2011-07-081-5/+11
* Fixes a crash when generating dependency file stuffFariborz Jahanian2011-04-151-1/+1
* fix clang -MM output to escape spaces in filenames. This seems to beChris Lattner2011-02-171-7/+18
* It's not necessary to call flush() on a raw_ostream immediately priorDan Gohman2010-07-261-1/+0
* PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen...Daniel Dunbar2010-03-231-4/+5
* Rename to addPPCallbacks since we're effectively adding a callback and maybe ...Kovarththanan Rajaratnam2010-03-071-1/+1
* Don't assert if PP already contains a valid PP callback. The PP can handle mu...Kovarththanan Rajaratnam2010-03-071-1/+0
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-2/+1
* Sink AttachDependencyFileGen into CreatePreprocessor.Daniel Dunbar2009-11-111-5/+5
* Add DependencyOutputOptions to wrap -M... options, and propogate toDaniel Dunbar2009-11-111-19/+25
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-8/+8
* Clean up some unnecessary includes.Eli Friedman2009-05-191-2/+0
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-0/+171
OpenPOWER on IntegriCloud