[PATCH] D47687: [Sema] Missing -Wlogical-op-parentheses warnings in macros (PR18971)

Xing via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 6 23:48:09 PDT 2018


Higuoxing added a comment.

In https://reviews.llvm.org/D47687#1154707, @vsapsai wrote:

> Hope this gives you an idea how you can try to make fix-its work.


Hi, Thank you @vsapsai , Yes, I am afraid if I add some extra function and may cause some problems. Because, this API `getLocForEndOfToken` seems not supported in macros. And I am not so familiar with `sourcelocation system` in clang, I will try my best to achieve this. Thanks a lot


https://reviews.llvm.org/D47687





More information about the cfe-commits mailing list