Add clangd support for VS Code (#2207)

* Add clangd support for VS Code

* Revert accidental change
This commit is contained in:
Luke Street
2024-10-12 22:43:10 -06:00
committed by GitHub
parent 7ec2d80414
commit 0db466edfa
29 changed files with 436 additions and 119 deletions
@@ -23,4 +23,4 @@ typedef long ptrdiff_t;
};
#endif
#endif
#endif
@@ -19,7 +19,7 @@ extern "C" void* __va_arg(_va_list_struct*, int);
void* __va_arg(_va_list_struct*, int);
#endif
#if IN_VSCODE_EDITOR
#ifndef __MWERKS__
#define __builtin_va_info(...)
#define _var_arg_typeof(...)
#endif
@@ -37,4 +37,4 @@ void* __va_arg(_va_list_struct*, int);
#define __va_copy(a, b) (*(a) = *(b))
#endif /* __VA_ARG_H */
#endif /* __VA_ARG_H */