[llvm] r280340 - Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments constructor for llvm::Regex"

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 01:02:20 PDT 2016


Author: grimar
Date: Thu Sep  1 03:02:20 2016
New Revision: 280340

URL: http://llvm.org/viewvc/llvm-project?rev=280340&view=rev
Log:
Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments constructor for llvm::Regex"

Modified:
    llvm/trunk/include/llvm/Support/Regex.h

Modified: llvm/trunk/include/llvm/Support/Regex.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Regex.h?rev=280340&r1=280339&r2=280340&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Regex.h (original)
+++ llvm/trunk/include/llvm/Support/Regex.h Thu Sep  1 03:02:20 2016
@@ -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;




More information about the llvm-commits mailing list