https://github.com/halide/Halide
Revision 4bd2b373457e5378500d1ad74bd1db35119e9b71 authored by Steven Johnson on 23 July 2020, 21:15:27 UTC, committed by Steven Johnson on 23 July 2020, 21:15:27 UTC
1 parent 3eac5c6
Raw File
Tip revision: 4bd2b373457e5378500d1ad74bd1db35119e9b71 authored by Steven Johnson on 23 July 2020, 21:15:27 UTC
HL -> HALIDE_ in CMake files
Tip revision: 4bd2b37
.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