thakis added inline comments.
================ Comment at: cfe/trunk/lib/Driver/ToolChains/Clang.cpp:6076 + + return Args.MakeArgString(std::string(getBaseInputStem(Args, Inputs)) + ".d"); } ---------------- Can you use llvm::Twine() instead of std::string() here? Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67542/new/ https://reviews.llvm.org/D67542 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits