[PATCH] D106833: [dfsan][NFC] Add compile flags and environment variables to doc

George Balatsouras via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 26 16:41:48 PDT 2021


gbalats accepted this revision.
gbalats added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/docs/DataFlowSanitizer.rst:153
+If the flag is true, the label of ``v`` is the union of the label of ``p`` and
+the label of ``*p``. If the flag is false, the label of ``v`` is the label of
+``*p``.
----------------



================
Comment at: clang/docs/DataFlowSanitizer.rst:163
+If the flag is true, the label of ``*p`` is the union of the label of ``p`` and
+the label of ``v``. If the flag is false, the label of ``*p`` is the label of
+``v``.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106833



More information about the cfe-commits mailing list