njames93 marked an inline comment as done.
njames93 added inline comments.

================
Comment at: clang/include/clang/Basic/Diagnostic.h:1318
+                                           const llvm::Optional<T> &Opt) {
+  if (Opt) {
+    DB << *Opt;
----------------
Should this be disabled on functions that pass format args to the diagnostic so 
it will only optionally add things FixIts, Notes, Ranges...?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75714



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

Reply via email to