clang-tools
10.0.0svn
|
#include "ClangTidyOptions.h"
#include "ClangTidyModuleRegistry.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <utility>
Go to the source code of this file.
Namespaces | |
llvm | |
Some operations such as code completion produce a set of candidates. | |
llvm::yaml | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
Macros | |
#define | DEBUG_TYPE "clang-tidy-options" |
Typedefs | |
using | OptionsSource = clang::tidy::ClangTidyOptionsProvider::OptionsSource |
Functions | |
template<typename T > | |
static void | clang::tidy::mergeVectors (Optional< T > &Dest, const Optional< T > &Src) |
static void | clang::tidy::mergeCommaSeparatedLists (Optional< std::string > &Dest, const Optional< std::string > &Src) |
template<typename T > | |
static void | clang::tidy::overrideValue (Optional< T > &Dest, const Optional< T > &Src) |
std::error_code | clang::tidy::parseLineFilter (StringRef LineFilter, clang::tidy::ClangTidyGlobalOptions &Options) |
Parses -line-filter option and stores it to the Options . More... | |
llvm::ErrorOr< ClangTidyOptions > | clang::tidy::parseConfiguration (StringRef Config) |
std::string | clang::tidy::configurationAsText (const ClangTidyOptions &Options) |
Serializes configuration to a YAML-encoded string. More... | |
#define DEBUG_TYPE "clang-tidy-options" |
Definition at line 21 of file ClangTidyOptions.cpp.
Definition at line 25 of file ClangTidyOptions.cpp.