LLVM  8.0.1
Variables
Regex.cpp File Reference
#include "llvm/Support/Regex.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include <string>
#include "regex_impl.h"
Include dependency graph for Regex.cpp:

Go to the source code of this file.

Variables

static const char RegexMetachars [] = "()^$|*+?.[]\\{}"
 

Variable Documentation

◆ RegexMetachars

const char RegexMetachars[] = "()^$|*+?.[]\\{}"
static

Definition at line 192 of file Regex.cpp.