clang-tools 19.0.0git
Namespaces | Typedefs | Functions
Tweak.cpp File Reference
#include "Tweak.h"
#include "FeatureModule.h"
#include "SourceCode.h"
#include "index/Index.h"
#include "support/Logger.h"
#include "support/Path.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Registry.h"
#include <functional>
#include <memory>
#include <utility>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::clangd
 

Typedefs

typedef llvm::Registry< Tweak > clang::clangd::TweakRegistry
 A handy typedef to save some typing.
 

Functions

std::vector< std::unique_ptr< Tweak > > clang::clangd::prepareTweaks (const Tweak::Selection &S, llvm::function_ref< bool(const Tweak &)> Filter, const FeatureModuleSet *Modules)
 Calls prepare() on all tweaks that satisfy the filter, returning those that can run on the selection.
 
llvm::Expected< std::unique_ptr< Tweak > > clang::clangd::prepareTweak (StringRef ID, const Tweak::Selection &S, const FeatureModuleSet *Modules)