[PATCH] D128402: [clang-tidy] Don't treat invalid branches as identical

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 23 10:37:53 PDT 2022


LegalizeAdulthood added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:237
+- Fixed a false positive in :doc:`bugprone-branch-clone
+  <clang-tidy/checks/bugprone-branch-clone>` when the branches
+  involve unknown expressions.
----------------
This link is wrong, needs to use the `bugprone/` directory.

Make the target `docs-clang-tools-html` to verify that all your links are correct.


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

https://reviews.llvm.org/D128402



More information about the cfe-commits mailing list