mirror of
https://github.com/zeldaret/tp
synced 2026-08-20 06:06:50 -04:00
Add clangd support for VS Code (#2207)
* Add clangd support for VS Code * Revert accidental change
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user