arphaman added inline comments.

================
Comment at: clang/lib/Driver/Driver.cpp:167
+    else
+      Diag(diag::err_drv_unsupported_option_argument) << OptionPrefix << Value;
+  }
----------------
It might be nice to `break` here to exit early, unless you want to make Clang 
pick the last one?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65986/new/

https://reviews.llvm.org/D65986



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to