| 
    clang-tools 22.0.0git
    
   | 
 
#include "CompileCommands.h"#include "Compiler.h"#include "index/IndexAction.h"#include "index/Merge.h"#include "index/Ref.h"#include "index/Serialization.h"#include "index/Symbol.h"#include "index/SymbolCollector.h"#include "support/Logger.h"#include "clang/Tooling/ArgumentsAdjusters.h"#include "clang/Tooling/Execution.h"#include "clang/Tooling/Tooling.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Signals.h"#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | clang | 
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//  | |
| namespace | clang::clangd | 
| FIXME: Skip testing on windows temporarily due to the different escaping code mode.  | |
Functions | |
| int | main (int argc, const char **argv) | 
| int main | ( | int | argc, | 
| const char ** | argv ) | 
Definition at line 130 of file IndexerMain.cpp.
References clang::clangd::CommandMangler::detect(), clang::clangd::elog(), clang::clangd::IndexFileOut::Format, and clang::clangd::getSystemIncludeExtractor().