OSDN Git Service

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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280340 91177308-0d34-0410-b5e6-96231b3b80d8

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;