[Openmp-commits] [PATCH] D134947: [analyzer] Fix liveness of Symbols for values in regions reffered by LazyCompoundVal
Tomasz KamiĆski via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Oct 3 23:29:05 PDT 2022
tomasz-kaminski-sonarsource added inline comments.
================
Comment at: clang/test/Analysis/trivial-copy-struct.cpp:98
+ // w->head.next and n->next are equal
+ clang_analyzer_warnIfReached(); // expected-warning {{REACHABLE}}
+ }
----------------
NoQ wrote:
> martong wrote:
> >
> Do you know what's causing this to not work? Is this a regression or just never worked?
This example never worked. We have an in-progress fix, that we are testing now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134947/new/
https://reviews.llvm.org/D134947
More information about the Openmp-commits
mailing list