LLVM API Documentation

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

Go to the source code of this file.

Variables

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

Variable Documentation

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

Definition at line 175 of file Regex.cpp.

Referenced by llvm::Regex::escape(), and llvm::Regex::isLiteralERE().