We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac00e3 commit f5078d6Copy full SHA for f5078d6
src/parser/cxx/macos_toolchain.cc
@@ -37,7 +37,7 @@ void MacOSToolchain::addSystemIncludePaths() {
37
38
addSystemIncludePath(
39
"/Applications/Xcode.app/Contents/Developer/Toolchains/"
40
- "XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/include");
+ "XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/include");
41
}
42
43
void MacOSToolchain::addSystemCppIncludePaths() {
0 commit comments