[all-commits] [llvm/llvm-project] be6b9e: Revert "[clang-tidy] Simplify static assert check"
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Sun May 30 06:47:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be6b9e8ae71768d2e09ec14619ca4ecfdef553fa
https://github.com/llvm/llvm-project/commit/be6b9e8ae71768d2e09ec14619ca4ecfdef553fa
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2021-05-30 (Sun, 30 May 2021)
Changed paths:
M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.h
Log Message:
-----------
Revert "[clang-tidy] Simplify static assert check"
This patch starts to produce a very obvious false-positives,
despite the fact the preexisting tests already cover the pattern.
they clearly don't actually cover it.
https://godbolt.org/z/3zdqvbfxj
This reverts commit 1709bb8c7395418236ec94fe3b9d91fed746452b.
More information about the All-commits
mailing list