Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments construc...
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 1 Sep 2016 08:02:20 +0000 (08:02 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 1 Sep 2016 08:02:20 +0000 (08:02 +0000)
llvm-svn: 280340

llvm/include/llvm/Support/Regex.h

index 31b35ed..afabaaf 100644 (file)
@@ -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;