summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/DependencyFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-171/+0
| | | | | | files to lib/Frontend. llvm-svn: 72099
* Move the options for dependency file generation from DependencyFile.cpp Eli Friedman2009-05-191-49/+16
| | | | | | | | to clang-cc.cpp. Also, rename CreateDependencyFileGen to AttachDependencyFileGen, and make it take a raw_ostream rather than opening a file itself. llvm-svn: 72096
* PR4063, with feeling: Chain PP callbacks by default.Daniel Dunbar2009-05-031-44/+3
| | | | | | | - This is somewhat cleaner and also fixes PR4063 for real, I had the order wrong so we were just creating an empty dependency file. llvm-svn: 70687
* PR4063: Fix dependency generation with -E.Daniel Dunbar2009-05-031-3/+44
| | | | llvm-svn: 70686
* Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek2009-03-311-1/+1
| | | | | | low-level frontend driver. llvm-svn: 68131
* Driver: Support -M and -MM.Daniel Dunbar2009-03-301-5/+9
| | | | | | | | - Not particularly elegant, but my hand is forced by gcc. Also, tweak -ccc-print-bindings output. llvm-svn: 68027
* Improve dependency file support.Daniel Dunbar2009-03-301-123/+51
| | | | | | | | | | | | - Rip out various bits of logic from clang-cc's dependency file gen, force driver to provide instead. - -MD output now goes to proper location <rdar://problem/6723948> clang -MD puts dep file in /tmp with wrong name - -M and -MM still don't work correctly. llvm-svn: 68022
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+272
Again, I tried to update cmake but it is untested. llvm-svn: 67605
OpenPOWER on IntegriCloud