This patch fix false positives, that alexfh pointed out, in the recently added clang-tidy macro parentheses checker.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D10801
Clang-tidy macro parantheses checker, fix false positives for some c++ type usages ClosedPublic Authored by danielmarjamaki on Jun 29 2015, 4:41 AM.
Details Summary This patch fix false positives, that alexfh pointed out, in the recently added clang-tidy macro parentheses checker.
Diff Detail Event Timelinedanielmarjamaki retitled this revision from to Clang-tidy macro parantheses checker, fix false positives for some c++ type usages. danielmarjamaki updated this object. This revision is now accepted and ready to land.Jun 29 2015, 4:54 AM Closed by commit rL240938: [clang-tidy] Fix false positives in the macro parentheses checker (authored by danielmarjamaki). · Explain WhyJun 29 2015, 5:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28658 clang-tidy/misc/MacroParenthesesCheck.cpp
test/clang-tidy/misc-macro-parentheses.cpp
|