.clangd - Add -Wno-c++20-designator
Change-Id: I344f12e2f99e795e011de8d4426e76c282190918
[ROCm/amdsmi commit: 1517436b83]
This commit is contained in:
committed by
Arif, Maisam
parent
e8db1d64f6
commit
0e1bc25280
@@ -1,6 +1,6 @@
|
||||
CompileFlags:
|
||||
Remove: -W*
|
||||
Add: [-Wall, -pedantic, -I/opt/rocm/include, -I/opt/rocm/include/hsa, -I/opt/rocm/include/rocprofiler]
|
||||
Add: [-Wall, -Wno-c++20-designator, -pedantic, -I/opt/rocm/include, -I/opt/rocm/include/hsa, -I/opt/rocm/include/rocprofiler]
|
||||
Compiler: clang++
|
||||
|
||||
# list here: https://clang.llvm.org/extra/clang-tidy/checks/list.html
|
||||
|
||||
Reference in New Issue
Block a user