Home
last modified time | relevance | path

Searched refs:ArgStrs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.cpp91 std::vector<const char *> ArgStrs; in buildCompilerInvocation() local
92 ArgStrs.reserve(Argv.size() + 1); in buildCompilerInvocation()
96 ArgStrs = {Argv.front().c_str(), "-Xclang", "-no-round-trip-args"}; in buildCompilerInvocation()
98 ArgStrs.push_back(S.c_str()); in buildCompilerInvocation()
107 std::unique_ptr<CompilerInvocation> CI = createInvocation(ArgStrs, CIOpts); in buildCompilerInvocation()