aboutsummaryrefslogtreecommitdiff
path: root/Driver/DependencyFile.cpp
AgeCommit message (Expand)Author
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2009-03-20fix test/Preprocessor/macro_paste_mscomment.c.Chris Lattner
2009-01-28fix a crash I introduced, thanks to Ted for the awesome reducedChris Lattner
2009-01-27Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner
2009-01-11this patch "adds support for specifying multiple dependancy targets using ‘...Chris Lattner
2008-10-27Improve dependency file support.Daniel Dunbar
2008-10-27Rename Characteristic_t to CharacteristicKindChris Lattner
2008-10-24Add initial dependency file generation support. Patch by KovarththananDaniel Dunbar