[PATCH] D80896: [clang-tidy][misc-redundant-expression] Support for CXXFoldExpr

Zinovy Nis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 1 03:09:47 PDT 2020


zinovy.nis marked 2 inline comments as done.
zinovy.nis added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp:18
 
+namespace no_crash {
+struct Foo {};
----------------
I had to move this up as no warnings were generated in the original test code despite -fno-delayed-template-parsing.


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

https://reviews.llvm.org/D80896





More information about the cfe-commits mailing list