// FIXME: What are we going to do with -V and -b?
- // FIXME: Handle CCC_ADD_ARGS.
-
// FIXME: This stuff needs to go into the Compilation, not the
// driver.
bool CCCPrintOptions = false, CCCPrintActions = false;
llvm::OwningPtr<Compilation> C;
// Handle CCC_ADD_ARGS, a comma separated list of extra arguments.
+ std::set<std::string> SavedStrings;
if (const char *Cur = ::getenv("CCC_ADD_ARGS")) {
- std::set<std::string> SavedStrings;
std::vector<const char*> StringPointers;
// FIXME: Driver shouldn't take extra initial argument.