[PATCH] D70850: [Clang-Tidy] Quick fix for bug in bugprone-macro-parentheses 43804

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 1 23:12:03 PST 2019


baloghadamsoftware added a comment.

In D70850#1764469 <https://reviews.llvm.org/D70850#1764469>, @aaron.ballman wrote:

> LGTM, but we may have other things to test (or bugs to fix) here.


Oh yes, this check seems a bit incomplete, more statements are missing, but this particular issue was a showstopper in our internal CI loop. (We had to disable this check because of this.)


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D70850





More information about the cfe-commits mailing list