llvm-project/llvm/lib/FileCheck
Thomas Preud'homme fd941036bf Fix PR46880: Fail CHECK-NOT with undefined variable
Currently a CHECK-NOT directive succeeds whenever the corresponding
match fails. However match can fail due to an error rather than a lack
of match, for instance if a variable is undefined. This commit makes match
error a failure for CHECK-NOT.

Reviewed By: jdenny

Differential Revision: https://reviews.llvm.org/D86222
2021-04-20 14:42:46 +01:00
..
CMakeLists.txt Revert "[build] normalize components dependencies" 2020-11-18 19:23:11 +01:00
FileCheck.cpp Fix PR46880: Fail CHECK-NOT with undefined variable 2021-04-20 14:42:46 +01:00
FileCheckImpl.h Fix PR46880: Fail CHECK-NOT with undefined variable 2021-04-20 14:42:46 +01:00