Skip to content

Commit

Permalink
clang-tidy: ignore unknown pragmas warnings (#9166)
Browse files Browse the repository at this point in the history
close #9165

Co-authored-by: JaySon <tshent@qq.com>
  • Loading branch information
JinheLin and JaySon-Huang authored Jun 27, 2024
1 parent ecdea74 commit f6071b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,5 @@ CheckOptions:
value: CamelCase
- key: readability-identifier-naming.UsingCase
value: CamelCase
ExtraArgs:
- -Wno-unknown-pragmas # remove with LLVM 18 https://github.com/llvm/llvm-project/issues/67380

0 comments on commit f6071b3

Please sign in to comment.