diff options
author | Ryosuke Niwa <rniwa@webkit.org> | 2025-09-25 11:12:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-25 11:12:23 -0700 |
commit | 321a7c3caf7c5c6a208501e1406fcab14f8b54f9 (patch) | |
tree | 3161cb9d9949a2389036448a00a3984d0d996c3a /llvm/unittests/Support/CommandLineTest.cpp | |
parent | c3cbd27d005b86ea5c5a375c21b86e6c2110e198 (diff) | |
download | llvm-321a7c3caf7c5c6a208501e1406fcab14f8b54f9.zip llvm-321a7c3caf7c5c6a208501e1406fcab14f8b54f9.tar.gz llvm-321a7c3caf7c5c6a208501e1406fcab14f8b54f9.tar.bz2 |
[alpha.webkit.NoUnretainedMemberChecker] Only check @property when @implementation is seen (#159947)
A @interface declaration with a raw pointer @property does not
necessarily mean it synthesizes ivar of that type. To determine whether
such a synthesis happens or not, we must wait for @implementation to
appear. So this PR makes the checker only validate @property then.
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions