It was trying to pass a dependent expression into constant evaluator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D63188
Fixed a crash in misc-redundant-expression ClangTidy checker ClosedPublic Authored by gribozavr on Jun 12 2019, 1:33 AM.
Details Summary It was trying to pass a dependent expression into constant evaluator.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 12 2019, 1:36 AM Closed by commit rL363133: Fixed a crash in misc-redundant-expression ClangTidy checker (authored by gribozavr). · Explain WhyJun 12 2019, 1:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 204234 clang-tools-extra/trunk/clang-tidy/misc/RedundantExpressionCheck.cpp
clang-tools-extra/trunk/test/clang-tidy/misc-redundant-expression.cpp
|