generated from GroupMountain/GMLIB-Mod-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clangd
29 lines (29 loc) · 792 Bytes
/
.clangd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Diagnostics:
Suppress:
- "-Wmicrosoft-enum-forward-reference"
- "-Wc++11-narrowing"
- "-Wc++2b-extensions"
- "-Wmicrosoft-cast"
- "-Wcxx20_deducing_this"
- "-Wundefined_internal_type"
- "-Wincomplete_member_access"
- "-Wsizeof_alignof_incomplete_or_sizeless_type"
- "-Wexplicit_spec_non_template"
- "-Wundeclared_var_use"
- "-Wno_member"
- "-Wovl_no_viable_function_in_init"
- "-Wunknown_typename"
- "-Wqualified_param_declarator"
- "-Wtrailing_return_without_auto"
- "-Wexpected"
CompileFlags:
Add:
- "-Xclang"
- "-triple=x86_64-windows-msvc"
- "-ferror-limit=0"
- '-D__FUNCTION__="dummy"'
- "-Dnsel_CONFIG_SELECT_EXPECTED=nsel_EXPECTED_NONSTD"
- "-Xclang"
- "-std=c++23"
Remove:
- "-std"