Threads tests WIP
This commit is contained in:
parent
e5a765409a
commit
e2ca9b5318
5 changed files with 109 additions and 1 deletions
1
tests/testdata/cpp/simple/.ycm_extra_conf.py
vendored
1
tests/testdata/cpp/simple/.ycm_extra_conf.py
vendored
|
|
@ -2,6 +2,7 @@ def Settings( **kwargs ):
|
|||
return {
|
||||
'flags': [
|
||||
'-x', 'c++',
|
||||
'-std=c++17',
|
||||
'-Wextra', '-Werror', '-Wall'
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue