#include "ParsedAST.h"
#include "Path.h"
#include "Protocol.h"
#include "Selection.h"
#include "SourceCode.h"
#include "index/Index.h"
#include "clang/Tooling/Core/Replacement.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include <string>
Go to the source code of this file.
◆ REGISTER_TWEAK
#define REGISTER_TWEAK |
( |
|
Subclass | ) |
|
Value:::llvm::Registry<::clang::clangd::Tweak>::Add<Subclass> \
TweakRegistrationFor##Subclass(#Subclass, ""); \
const char *Subclass::id() const { return #Subclass; }
Definition at line 129 of file Tweak.h.