-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path.clangd
More file actions
37 lines (36 loc) · 1020 Bytes
/
.clangd
File metadata and controls
37 lines (36 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
CompileFlags:
Remove:
# Apple-clang-specific flags not understood by open-source clang/clangd
- -ivfsstatcache
- -index-store-path
- -index-unit-output-path
- --serialize-diagnostics
- --analyze
- -fdiagnostics-show-note-include-stack
- -fno-implicit-modules
- -fregister-global-dtors-with-atexit
- -fpascal-strings
- -fskip-odr-check-in-gmf
- -fmodules-validate-once-per-build-session
- -fno-cxx-modules
- -fmodule-name=*
- -fmodule-map-file=*
- -fmodules-prune-interval=*
- -fmodules-prune-after=*
- -fbuild-session-file=*
- -fgnuc-version=*
- -fmax-type-align=*
- -mlinker-version=*
- -clang-vendor-feature=*
- -fno-odr-hash-protocols
- -code-extended-block-signature
---
If:
PathMatch: packages/react-native-reanimated/.*
CompileFlags:
CompilationDatabase: packages/react-native-reanimated
---
If:
PathMatch: packages/react-native-worklets/.*
CompileFlags:
CompilationDatabase: packages/react-native-worklets