[PATCH] D67241: Regex: Make "match" and "sub" const member functions

Nicolas Guillemot via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 09:49:19 PDT 2019


nlguillemot updated this revision to Diff 219129.
nlguillemot added a comment.

Added note in the comments for `match` and `sub` to explicitly note that the `Error` string is cleared when there is no error.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67241/new/

https://reviews.llvm.org/D67241

Files:
  include/llvm/Support/Regex.h
  lib/IR/AutoUpgrade.cpp
  lib/Passes/PassBuilder.cpp
  lib/Support/FileCheck.cpp
  lib/Support/Regex.cpp
  lib/Target/AArch64/Utils/AArch64BaseInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67241.219129.patch
Type: text/x-patch
Size: 7114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190906/869260d7/attachment.bin>


More information about the llvm-commits mailing list