forked from OSchip/llvm-project
fd941036bf
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FileCheck.cpp | ||
FileCheckImpl.h |