[PATCH] D106713: Thread safety analysis: Warn when demoting locks on back edges

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 20 04:50:36 PDT 2021


aaron.ballman added a comment.

In D106713#3007878 <https://reviews.llvm.org/D106713#3007878>, @aaronpuchert wrote:

> @aaron.ballman, since this is reintroducing some warnings after the relaxation in D102026 <https://reviews.llvm.org/D102026>, should we bring this to Clang 13?

I think that's reasonable; the alternative is that we warn in Clang 12, don't warn in Clang 13, then start warning again in Clang 14 which does not seem very user friendly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106713



More information about the cfe-commits mailing list