clang-tools
10.0.0git
|
#include "OptionsUtils.h"
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::utils | |
clang::tidy::utils::options | |
Functions | |
std::vector< std::string > | clang::tidy::utils::options::parseStringList (StringRef Option) |
Parse a semicolon separated list of strings. More... | |
std::string | clang::tidy::utils::options::serializeStringList (ArrayRef< std::string > Strings) |
Serialize a sequence of names that can be parsed by parseStringList . More... | |
Variables | |
static const char | clang::tidy::utils::options::StringsDelimiter [] = ";" |