[PATCH] D69950: Reapply "Fix crash on switch conditions of non-integer types in templates"

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 19 08:43:19 PST 2019


gribozavr2 added a comment.

> hence not throwing the warning on any platform?

I'm not sure I understand? The way I read the buildbot breakage, an existing ClangTidy test passed before and after this change, but broke on Windows. The breakage was that the warnings stopped being produced. Usually that is related to delayed parsing of templates on Windows.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69950





More information about the cfe-commits mailing list