[PATCH] D101787: [clang-tidy] Aliasing: Add more support for lambda captures.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 5 08:17:24 PDT 2021
aaron.ballman 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
----------------
You need to add `-fblocks` here to enable block support to run the test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101787/new/
https://reviews.llvm.org/D101787
More information about the cfe-commits
mailing list