[PATCH] [clang-tidy] Add check misc-braces-around-statements.

Marek Kurdej curdeius at gmail.com
Wed Oct 1 08:46:24 PDT 2014


Hi Alex,
I've done some further modifications to correctly handle statements with a variable declaration in it (like `while (auto x = f()) ;`) and handling macro-expanded statements (ignoring them).
If you think that it's ok now, can you please land this patch (I don't have write access).

http://reviews.llvm.org/D5395






More information about the cfe-commits mailing list