]> granicus.if.org Git - clang/history - lib/Driver/Tools.h
Header guard canonicalization, clang part.
[clang] / lib / Driver / Tools.h
2009-03-29 Daniel DunbarDriver: Start porting Darwin::Preprocess and Compile...
2009-03-26 Daniel DunbarDriver: Add darwin::Link tool.
2009-03-20 Daniel DunbarDriver: Add and use darwin::Assemble tool.
2009-03-20 Daniel DunbarDriver: Add darwin::Lipo tool.
2009-03-18 Daniel DunbarDriver: Lift out common GCC tool and implement generic...
2009-03-18 Daniel DunbarDriver: ConstructJob also needs to know the destination...
2009-03-18 Daniel DunbarDriver: Add a dash of const.
2009-03-18 Daniel DunbarDriver: Stub out Tool::ConstructJob.
2009-03-17 Daniel DunbarDriver: Add name to Tool (for testing/debugging) and...
2009-03-17 Daniel DunbarDriver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN...
2009-03-17 Daniel DunbarDriver: Stub out generic GCC tool selection (missed...