You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ Run `python scripts/gen_ghidra_prf.py <path-to-your-ghidra-user-dir>/parserprofi
24
24
25
25
Generate a fresh build directory named `builddir/` and specify `--query-driver=/path/to/arm-none-bestaeabi-gcc` in the clangd command line to get started.
26
26
27
-
clangd [does not support stand-alone (headers-only) files](https://github.com/clangd/clangd/issues/45) at this moment. To make the language server work properly, open the test file under `src/test.c` first before opening any of the header files. Fail to do so may cause the language server to output bogus errors on how it cannot find system headers.
27
+
clangd [does not support non-stand-alone (headers-only) files](https://github.com/clangd/clangd/issues/45) at this moment. To make the language server work properly, open the test file under `src/test.c` first before opening any of the header files. Fail to do so may cause the language server to output bogus errors on how it cannot find system headers.
0 commit comments