https://github.com/halide/Halide
Raw File
Tip revision: 3c89a0302df4b6793fe7c3df74d413693d0be981 authored by Steven Johnson on 31 March 2020, 20:50:00 UTC
Update CMakeLists.txt
Tip revision: 3c89a03
.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