[PATCH] D55125: [clang-tidy] Fix a false positive in misc-redundant-expression check

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 30 08:25:22 PST 2018


Szelethus added a comment.

@JonasToth this is the `Lexer` based expression equality check I talked about in D54757#1311516 <https://reviews.llvm.org/D54757#1311516>.  The point of this patch is that the definition is a macro sure could be build dependent, but the macro name is not, so it wouldn't warn on the case I showed. What do you think?


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55125/new/

https://reviews.llvm.org/D55125





More information about the cfe-commits mailing list