clang-tools
11.0.0
clang-tools-extra
clang-tidy
utils
OptionsUtils.h
Go to the documentation of this file.
1
//===--- DanglingHandleCheck.h - clang-tidy----------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_OPTIONUTILS_H
10
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_OPTIONUTILS_H
11
12
#include "../ClangTidy.h"
13
14
namespace
clang
{
15
namespace
tidy {
16
namespace
utils {
17
namespace
options {
18
19
/// Parse a semicolon separated list of strings.
20
std::vector<std::string>
parseStringList
(StringRef Option);
21
22
/// Serialize a sequence of names that can be parsed by
23
/// ``parseStringList``.
24
std::string
serializeStringList
(ArrayRef<std::string>
Strings
);
25
26
}
// namespace options
27
}
// namespace utils
28
}
// namespace tidy
29
}
// namespace clang
30
31
#endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_MISC_OPTIONUTILS_H
clang::tidy::utils::options::serializeStringList
std::string serializeStringList(ArrayRef< std::string > Strings)
Serialize a sequence of names that can be parsed by parseStringList.
Definition:
OptionsUtils.cpp:30
clang::tidy::utils::options::parseStringList
std::vector< std::string > parseStringList(StringRef Option)
Parse a semicolon separated list of strings.
Definition:
OptionsUtils.cpp:18
Strings
std::vector< llvm::StringRef > Strings
Definition:
Serialization.cpp:195
clang
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
Definition:
ApplyReplacements.h:27
Generated on Tue Jul 28 2020 16:14:03 for clang-tools by
1.8.16