[sancov][NFC] Make filename Regexes "const"
authorThomas Preud'homme <thomasp@graphcore.ai>
Fri, 27 Sep 2019 09:39:13 +0000 (09:39 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Fri, 27 Sep 2019 09:39:13 +0000 (09:39 +0000)
commitb8cf059faccb794c47be6775f99457992ac6b2da
tree75ca098660e41768ea5b24c654575edec43fd659
parent2774457b2a5c5558df8d68979632a07ea6ac9cb8
[sancov][NFC] Make filename Regexes "const"

Summary:
The const-correctness of match() was fixed in rL372764, which allows
such static Regex objects to be marked const.

Reviewers: thopre

Reviewed By: thopre

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68091

llvm-svn: 373058
llvm/tools/sancov/sancov.cpp