From e34257f21c978491c0f2225abc93a4404a3276b3 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Thu, 1 Sep 2016 08:02:20 +0000 Subject: [PATCH] Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments constructor for llvm::Regex" llvm-svn: 280340 --- llvm/include/llvm/Support/Regex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Support/Regex.h b/llvm/include/llvm/Support/Regex.h index 31b35ed..afabaaf 100644 --- a/llvm/include/llvm/Support/Regex.h +++ b/llvm/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; -- 2.7.4