https://github.com/halide/Halide
Raw File
Tip revision: 7496245ee5b1528dcb9fcc67627d5effe7cd65ca authored by Steven Johnson on 02 April 2020, 00:41:18 UTC
Avoid including IR.h in other .h files except where necessary
Tip revision: 7496245
.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: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: 'file'
...
back to top