https://github.com/halide/Halide
Raw File
Tip revision: 9c80f387c831d35dacea13baf00e39a1b11bee95 authored by Dillon Sharlet on 16 October 2020, 03:09:51 UTC
More comments.
Tip revision: 9c80f38
.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,readability-braces-around-statements'
WarningsAsErrors: '*'
HeaderFilterRegex: '(?!.*pybind11.*).*$'
AnalyzeTemporaryDtors: false
FormatStyle: 'file'
...
back to top