https://github.com/halide/Halide
Raw File
Tip revision: f7d1a8f1acbc9315ae97fe5134d17e1fe8399bbb authored by Steven Johnson on 19 June 2020, 02:09:18 UTC
Merge branch 'master' into abadams/fix_cuda_mat_mul_assert
Tip revision: f7d1a8f
.clang-tidy
---
Checks: '-*,modernize-use-override,performance-move-const-arg,modernize-use-emplace,performance-noexcept-move-constructor,performance-unnecessary-value-param,performance-unnecessary-copy-initialization,performance-trivially-destructible,bugprone-parent-virtual-call,bugprone-macro-parenthesis,bugprone-string-constructor,bugprone-sizeof-expression'
WarningsAsErrors: '*'
HeaderFilterRegex: '(?!.*pybind11.*).*$'
AnalyzeTemporaryDtors: false
FormatStyle: 'file'
...
back to top