[PATCH] D25450: [clang-tidy] Fix identifier naming in macro args.

Jason Henline via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 16:30:42 PDT 2016


jhen added a comment.

I just found and fixed another bug in this patch. Before, I wasn't using the spelling location for the fixit hint. This meant that a macro argument that was expanded to two locations, for example, would have the same fixit hint applied to it twice. My new test case verifies that this does not happen anymore.


https://reviews.llvm.org/D25450





More information about the cfe-commits mailing list