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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits