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

Elizabeth Andrews via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 13 12:20:13 PDT 2019


eandrews added a comment.

In D61027#1627655 <https://reviews.llvm.org/D61027#1627655>, @gribozavr wrote:

> Sorry, but this change broke ClangTidy tests: http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/16398. I reverted it.


Yes I've been trying to reproduce it locally. Could you please let me know how you run clang-tidy tests? check-clang and check-all isn't showing this failure locally. I tried setting up clang tooling as described here - http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html but I don't find clang-tidy in builds


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61027





More information about the cfe-commits mailing list