clang-tools 20.0.0git
|
#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::ClangIncludeFixerPluginAction > | X ("clang-include-fixer", "clang-include-fixer") |
Variables | |
volatile int | ClangIncludeFixerPluginAnchorSource = 0 |
|
static |
volatile int ClangIncludeFixerPluginAnchorSource = 0 |
Definition at line 96 of file IncludeFixerPlugin.cpp.