Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Diagnostics] Warn for comparison with string literals expanded from macro ↵ | Dávid Bolvanský | 2019-11-24 | 1 | -0/+29 |
(PR44064) Summary: As noted in PR, we have a poor test coverage for this warning. I think macro support was just overlooked. GCC warns in these cases. Clang missed a real bug in the code I am working with, GCC caught it. Reviewers: aaron.ballman Reviewed By: aaron.ballman Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D70624 |