Because it no longer relies on finding implicit casts, this check now
works on templates which are not instantiated in the translation unit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Seems that your test cases are failing on windows, I'm guessing this is a MSVC template compatibility issue.
Probably need to add -fno-delayed-template-parsing to the clang driver args (after -- --).