summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-09-01 08:02:20 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-09-01 08:02:20 +0000
commite34257f21c978491c0f2225abc93a4404a3276b3 (patch)
tree75cdddc9e1bddd8deb0390873e8e6711897bdd4b
parenta9ff072fe810e1f4bbd1ef21eb2535ee8cfe6304 (diff)
downloadbcm5719-llvm-e34257f21c978491c0f2225abc93a4404a3276b3.tar.gz
bcm5719-llvm-e34257f21c978491c0f2225abc93a4404a3276b3.zip
Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments constructor for llvm::Regex"
llvm-svn: 280340
-rw-r--r--llvm/include/llvm/Support/Regex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/Regex.h b/llvm/include/llvm/Support/Regex.h
index 31b35ed0cad..afabaaff05e 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;
OpenPOWER on IntegriCloud