Skip to content

Commit

Permalink
Improvements to compile_flags.txt for macOS
Browse files Browse the repository at this point in the history
Fixes clangd errors on workerd sources for missing nullptr_t
definition and not being able to find stdarg.h.

Test: tools/unix/clangd-check.sh
  • Loading branch information
ohodson committed Jun 29, 2023
1 parent 3f5ede1 commit 42bcb24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile_flags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
-isystem/usr/include/x86_64-linux-gnu
-isystem/usr/lib/llvm-15/include/c++/v1
-isystem/usr/lib/llvm-15/lib/clang/15.0.7/include
-isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
-isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1
-isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
-isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/Current/Headers
-isystemC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include
-isystemc:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt
-isystembazel-bin/external/v8
Expand Down

0 comments on commit 42bcb24

Please sign in to comment.