projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ff072
)
Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments construc...
author
George Rimar
<grimar@accesssoftek.com>
Thu, 1 Sep 2016 08:02:20 +0000
(08:02 +0000)
committer
George Rimar
<grimar@accesssoftek.com>
Thu, 1 Sep 2016 08:02:20 +0000
(08:02 +0000)
llvm-svn: 280340
llvm/include/llvm/Support/Regex.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/Regex.h
b/llvm/include/llvm/Support/Regex.h
index 31b35ed0cad61f86712bb30b1f0a60559d6c7ea6..afabaaff05e9b56376f5a1347ab9a9908e183243 100644
(file)
--- 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;