We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e967346 commit f0fc90aCopy full SHA for f0fc90a
src/xinterpreter.cpp
@@ -43,6 +43,7 @@ void* createInterpreter(const Args &ExtraArgs = {}) {
43
std::cerr << "Failed to detect the resource-dir\n";
44
ClangArgs.push_back("-resource-dir");
45
ClangArgs.push_back(resource_dir.c_str());
46
+ }
47
std::vector<std::string> CxxSystemIncludes;
48
Cpp::DetectSystemCompilerIncludePaths(CxxSystemIncludes);
49
for (const std::string& CxxInclude : CxxSystemIncludes) {
0 commit comments