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