commit | b0a44f70e366ddae0f1d52fe05d11796656adacb | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Tue Dec 08 01:59:51 2015 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Tue Dec 08 01:59:51 2015 +0000 |
tree | 0e24b34f0c7fe42d600bc096868d5a88789b034f | |
parent | 379294685bff7f15e4b393b8403823127090c919 [diff] [blame] |
Remove name from FIXME. llvm-svn: 254985
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index f6d7be5..eb19a65 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp
@@ -6109,7 +6109,7 @@ CmdArgs.push_back(II.getFilename()); else // Don't render as input, we need gcc to do the translations. - // FIXME: Pranav: What is this ? + // FIXME: What is this? II.getInputArg().render(Args, CmdArgs); }