clang-tools 22.0.0git
IncludeFixerPlugin.cpp File Reference
#include "../IncludeFixer.h"
#include "../YamlSymbolIndex.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendPluginRegistry.h"
#include "clang/Parse/ParseAST.h"
#include "clang/Sema/Sema.h"
#include "llvm/Support/Path.h"

Go to the source code of this file.

Classes

class  clang::include_fixer::ClangIncludeFixerPluginAction
 The core include fixer plugin action. More...

Namespaces

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

Functions

static clang::FrontendPluginRegistry::Add< clang::include_fixer::ClangIncludeFixerPluginActionX ("clang-include-fixer", "clang-include-fixer")

Variables

volatile int ClangIncludeFixerPluginAnchorSource = 0

Function Documentation

◆ X()

clang::FrontendPluginRegistry::Add< clang::include_fixer::ClangIncludeFixerPluginAction > X ( "clang-include-fixer" ,
"clang-include-fixer"  )
static

Variable Documentation

◆ ClangIncludeFixerPluginAnchorSource

volatile int ClangIncludeFixerPluginAnchorSource = 0

Definition at line 96 of file IncludeFixerPlugin.cpp.