1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

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

llvm-svn: 280340
This commit is contained in:
George Rimar 2016-09-01 08:02:20 +00:00
parent 1c08997bc8
commit f827dfc2fc

View 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;