Fix the assertion failure for the user-defined conversion method. e.g.: operator bool()
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tidy/misc/VirtualNearMissCheck.cpp | ||
---|---|---|
175 ↗ | (On Diff #45871) | Why not isa<CXXConversionDecl>(MD) instead? |
Comment Actions
- Address the comment and clean up the code.
clang-tidy/misc/VirtualNearMissCheck.cpp | ||
---|---|---|
175 ↗ | (On Diff #45871) | Thanks! |