mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:20:04 +00:00
Bump clang-tidy-review to clang-18, include *.ipp in review
This commit is contained in:
parent
3168725b00
commit
64c2555b4b
3 changed files with 23 additions and 6 deletions
8
tools/conan/profiles/scwx-linux_clang-18
Normal file
8
tools/conan/profiles/scwx-linux_clang-18
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=x86_64
|
||||
build_type=Release
|
||||
compiler=clang
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=18
|
||||
os=Linux
|
||||
8
tools/conan/profiles/scwx-linux_clang-18_armv8
Normal file
8
tools/conan/profiles/scwx-linux_clang-18_armv8
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=armv8
|
||||
build_type=Release
|
||||
compiler=clang
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=18
|
||||
os=Linux
|
||||
Loading…
Add table
Add a link
Reference in a new issue