kda added inline comments.

================
Comment at: clang/include/clang/Driver/Options.td:1675
+      PosFlag<SetTrue, [CC1Option], "Enable">, NegFlag<SetFalse, [], 
"Disable">,
+      BothFlags<[], "eager param-retval uninitialized use detection in 
MemorySanitizer">>,
+    Group<f_clang_Group>;
----------------
vitalybuka wrote:
> Maybe "Detect initialized parameters and return values."? and above
I think you meant 'uninitialized'.  Otherwise changed as requested.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116633

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

Reply via email to