rsmith added inline comments.

================
Comment at: lib/Frontend/CompilerInvocation.cpp:844
@@ +843,3 @@
+      Args.hasFlag(options::OPT_fdiagnostics_show_hotness,
+                   options::OPT_fno_diagnostics_show_hotness,
+                   /*default*/ false);
----------------
You should just use hasArg here, there is no -fno-diagnostics-show-hotness flag 
for -cc1.


https://reviews.llvm.org/D23284



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

Reply via email to