Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 5c88a87

Browse files
author
George Rimar
committed
Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments constructor for llvm::Regex"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280340 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ee728f8 commit 5c88a87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llvm/Support/Regex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ namespace llvm {
4343
BasicRegex=4
4444
};
4545

46+
Regex();
4647
/// Compiles the given regular expression \p Regex.
4748
Regex(StringRef Regex, unsigned Flags = NoFlags);
4849
Regex(const Regex &) = delete;

0 commit comments

Comments
 (0)