[flang-commits] [llvm] [compiler-rt] [flang] [openmp] [clang] [libcxx] [clang-tools-extra] [libc] [clang-tidy] Add bugprone-move-shared-pointer-contents check. (PR #67467)
via flang-commits
flang-commits at lists.llvm.org
Mon Dec 4 15:30:39 PST 2023
pizzud wrote:
Try searching for `unresolvedLookupExpr` & `UnresolvedLookupExpr` in the clang-tidy directory. There is a high probability that another check has done something related/similar.
>
> https://github.com/llvm/llvm-project/blob/2b7191c8993b5608ddb8b89c049717b497265796/clang-tools-extra/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.cpp#L46-L47
Thanks, this was super helpful and exactly what I was looking for!
I think the missing insight was that I could go from the lookup -> decls.
https://github.com/llvm/llvm-project/pull/67467
More information about the flang-commits
mailing list