This is an archive of the discontinued LLVM Phabricator instance.

clang-tidy: Fix FP in MacroParenthesesChecker when using object member pointer
ClosedPublic

Authored by danielmarjamaki on Nov 10 2015, 4:59 AM.

Details

Reviewers
alexfh
Summary

This patch fixes the FP in http://llvm.org/PR25208

Diff Detail

Event Timeline

danielmarjamaki retitled this revision from to clang-tidy: Fix FP in MacroParenthesesChecker when using object member pointer.
danielmarjamaki updated this object.
danielmarjamaki added a reviewer: alexfh.
danielmarjamaki updated this object.
danielmarjamaki added a subscriber: cfe-commits.
alexfh accepted this revision.Nov 10 2015, 5:50 AM
alexfh edited edge metadata.

Looks good. Thank you for the fix!

This revision is now accepted and ready to land.Nov 10 2015, 5:50 AM

Committed with 252608