The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
29.15k
stars
12.03k
forks
source link
clang-tidy fix eliminates macro uses when the issue is in the macro (readability-else-after-return) #52828
Open
joker-eph opened 2 years ago
After running
$ clang-tidy /tmp/tidy.cpp --checks=readability-else-after-return -fix
The use of the macro is weirdly deleted: