[clangd] Use c++11 for clangd

This commit is contained in:
Eryn Wells 2023-09-10 15:40:00 -07:00
parent d7e2a53b42
commit 9c31db5929

2
clangd Normal file
View file

@ -0,0 +1,2 @@
CompileFlags:
Add: [-std=c++11]