|
LLVM
4.0.0
|
#include "llvm/Support/Regex.h"#include "regex_impl.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include <string>Go to the source code of this file.
Variables | |
| static const char | RegexMetachars [] = "()^$|*+?.[]\\{}" |
|
static |
Definition at line 187 of file Regex.cpp.
Referenced by llvm::Regex::escape(), and llvm::Regex::isLiteralERE().
1.8.6