LLVM
8.0.1
|
#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"
Go to the source code of this file.
Variables | |
static const char | RegexMetachars [] = "()^$|*+?.[]\\{}" |