Skip to content
Snippets Groups Projects
Unverified Commit 9b13fa86 authored by recallmenot's avatar recallmenot Committed by GitHub
Browse files

clangd issue -32001 invalid ast (#156)


* clangd error -32001 invalid ast

* added clangd autogenerated .cache dir to .gitignore

* added removal of .cache to clangd_clean command

* make clangd autogen .clangd file corrections

---------

Co-authored-by: default avatarrecallmenot <edmund.raile@proton.me>
parent 406e622a
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,5 @@
minichlink/minichlink
minichlink/minichlink.so
compile_commands.json
.clangd
.cache
......@@ -52,9 +52,12 @@ gdbserver :
clangd :
make clean
bear -- make build
@echo "CompileFlags:" > .clangd
@echo " Remove: [-march=*, -mabi=*]" >> .clangd
clangd_clean :
rm -f compile_commands.json
rm -f compile_commands.json .clangd
rm -rf .cache
FLASH_COMMAND?=$(MINICHLINK)/minichlink -w $< $(WRITE_SECTION) -b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment