#include "FuzzySymbolIndex.h"
#include "InMemorySymbolIndex.h"
#include "IncludeFixer.h"
#include "IncludeFixerContext.h"
#include "SymbolIndexManager.h"
#include "YamlSymbolIndex.h"
#include "clang/Format/Format.h"
#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "clang/Rewrite/Core/Rewriter.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Core/Replacement.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/YAMLTraits.h"
Go to the source code of this file.
|
namespace | llvm |
| Some operations such as code completion produce a set of candidates.
|
|
namespace | llvm::yaml |
|
|
int | main (int argc, const char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |