We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fce60 commit 2827a20Copy full SHA for 2827a20
src/xinterpreter.cpp
@@ -39,9 +39,11 @@ void* createInterpreter(const Args &ExtraArgs = {}) {
39
{
40
ClangArgs.push_back("-resource-dir");
41
ClangArgs.push_back(resource_dir.c_str());
42
- } else {
43
- std::cerr << "Failed to detect the resource-dir\n";
44
- }
+ }
+ else
+ {
45
+ std::cerr << "Failed to detect the resource-dir\n";
46
47
}
48
std::vector<std::string> CxxSystemIncludes;
49
Cpp::DetectSystemCompilerIncludePaths(CxxSystemIncludes);
0 commit comments