https://github.com/halide/Halide
Revision 8842595880245b8d852278bafcc2da9c61e81527 authored by Sean Lee on 23 March 2020, 17:38:07 UTC, committed by Sean Lee on 23 March 2020, 17:38:32 UTC
Travis doesn't have the right Python setup.
1 parent 0df48e4
Raw File
Tip revision: 8842595880245b8d852278bafcc2da9c61e81527 authored by Sean Lee on 23 March 2020, 17:38:07 UTC
Turn off python bindings in travis.
Tip revision: 8842595
.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