From: George Rimar Date: Thu, 1 Sep 2016 08:02:20 +0000 (+0000) Subject: Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments construc... X-Git-Tag: android-x86-7.1-r4~27749 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5c88a870c910f42faaae2a3d49fb8aaeb0d74334;p=android-x86%2Fexternal-llvm.git Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments constructor for llvm::Regex" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280340 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Regex.h b/include/llvm/Support/Regex.h index 31b35ed0cad..afabaaff05e 100644 --- a/include/llvm/Support/Regex.h +++ b/include/llvm/Support/Regex.h @@ -43,6 +43,7 @@ namespace llvm { BasicRegex=4 }; + Regex(); /// Compiles the given regular expression \p Regex. Regex(StringRef Regex, unsigned Flags = NoFlags); Regex(const Regex &) = delete;