diff options
author | Ryosuke Niwa <rniwa@webkit.org> | 2025-02-14 13:49:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 13:49:31 -0800 |
commit | da6ac9564bf31e8b063b73e9b2fb7fc67edd5d55 (patch) | |
tree | 5deda2e9eced6aef6403779e85923516e4e6ff02 /llvm/unittests/Analysis/LazyCallGraphTest.cpp | |
parent | 18f60bc33530c2b1785bffcbd7146f65ccacee51 (diff) | |
download | llvm-da6ac9564bf31e8b063b73e9b2fb7fc67edd5d55.zip llvm-da6ac9564bf31e8b063b73e9b2fb7fc67edd5d55.tar.gz llvm-da6ac9564bf31e8b063b73e9b2fb7fc67edd5d55.tar.bz2 |
[webkit.UncountedLambdaCapturesChecker] Support [[clang::noescape]] on a constructor (#126869)
Added the support for annotating a constructor's argument with
[[clang::noescape]].
We explicitly ignore CXXConstructExpr which is visited as a part of
CallExpr so that construction of closures like Function,
CompletionHandler, etc... don't result in a warning.
Diffstat (limited to 'llvm/unittests/Analysis/LazyCallGraphTest.cpp')
0 files changed, 0 insertions, 0 deletions