LLVM 19.0.0git
Variables
Utils.cpp File Reference
#include "llvm/TextAPI/Utils.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/TextAPI/TextAPIError.h"

Go to the source code of this file.

Variables

static StringLiteral RegexMetachars = "()^$|+.[]\\{}"
 

Variable Documentation

◆ RegexMetachars

StringLiteral RegexMetachars = "()^$|+.[]\\{}"
static

Definition at line 158 of file Utils.cpp.

Referenced by llvm::MachO::createRegexFromGlob().