[PATCH] D101790: [clang-tidy] Aliasing: Add support for passing the variable into a function by reference.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 10 21:04:08 PDT 2021


NoQ updated this revision to Diff 344283.
NoQ added a comment.

Rebase on top of D102214 <https://reviews.llvm.org/D102214> (that patch will probably land sooner than this patch and there are test conflicts).


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

https://reviews.llvm.org/D101790

Files:
  clang-tools-extra/clang-tidy/utils/Aliasing.cpp
  clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
  clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.mm
  clang-tools-extra/test/clang-tidy/checkers/bugprone-redundant-branch-condition.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101790.344283.patch
Type: text/x-patch
Size: 5186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210511/d915cbbf/attachment.bin>


More information about the cfe-commits mailing list