ahatanak added a comment.

Test case?



================
Comment at: lib/Frontend/CompilerInvocation.cpp:1709
+        Diags.Report(diag::note_drv_supported_value_with_description)
+          << Std.getName() << Std.getDescription();
+      }
----------------
Is it possible to change the diagnostic so that it's easier to tell which part 
is the supported value and which part is the description?

The diagnostic looks like this, and I found it a little hard to tell at a quick 
glance:

"c89 - ISO C 1990" 


https://reviews.llvm.org/D29724



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

Reply via email to