[FileCheck] Implement * and / operators for ExpressionValue.
authorPaul Walker <paul.walker@arm.com>
Mon, 1 Jun 2020 10:09:58 +0000 (10:09 +0000)
committerPaul Walker <paul.walker@arm.com>
Wed, 17 Jun 2020 09:39:17 +0000 (09:39 +0000)
commit95db1e7fb9292daf70fedf02b5efafeabf3ea33e
treec34921c9fce8970aebab803357bad61d4ebf7d94
parent16ad6eeb94ff0619288fb9b3a2287076d5f32ae1
[FileCheck] Implement * and / operators for ExpressionValue.

Subscribers: arichardson, hiraditya, thopre, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D80915
llvm/docs/CommandGuide/FileCheck.rst
llvm/lib/Support/FileCheck.cpp
llvm/lib/Support/FileCheckImpl.h
llvm/unittests/Support/FileCheckTest.cpp