[PATCH] D101787: [clang-tidy] Aliasing: Add more support for lambda captures.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 5 18:35:11 PDT 2021


NoQ added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/checkers/bugprone-redundant-branch-condition.cpp:1
 // RUN: %check_clang_tidy %s bugprone-redundant-branch-condition %t
 
----------------
aaron.ballman wrote:
> You need to add `-fblocks` here to enable block support to run the test.
I added them in D96215 but didn't rebase this patch on top of that patch.


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

https://reviews.llvm.org/D101787



More information about the cfe-commits mailing list