Fixes assert reported in https://bugs.llvm.org/show_bug.cgi?id=33660
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/clang-tidy/misc-misplaced-widening-cast-explicit-only.cpp | ||
---|---|---|
63 ↗ | (On Diff #110940) | Isn't this testcase a bit overcomplicated to demonstrate the issue? |
Comment Actions
LG. Thank you for the fix!
test/clang-tidy/misc-misplaced-widening-cast-explicit-only.cpp | ||
---|---|---|
63 ↗ | (On Diff #110940) | It's what creduce spat out a few hours after I had run it on a pretty large preprocessed source. I wouldn't spend more time simplifying the case ;) |