Tell clangd that .pch files are C++ source files

This commit is contained in:
LagoLunatic
2025-08-19 17:18:52 -04:00
parent 217775af4e
commit 709de55878
+5
View File
@@ -24,3 +24,8 @@ If:
PathMatch: src/PowerPC_EABI_Support/MSL/MSL_C\+\+/.*\.h
CompileFlags:
Add: ["--language=c++", "--std=c++98"]
---
If:
PathMatch: .*\.pch
CompileFlags:
Add: ["--language=c++", "--std=c++98"]