https://github.com/halide/Halide
Revision fb1c45a2ae7ed827ee4d9835715a1229a149d5af authored by Andrew Adams on 23 March 2020, 20:38:24 UTC, committed by GitHub on 23 March 2020, 20:38:24 UTC
Instead of just assuming bounds query results can be lifted, enforce nesting
2 parent s 6729ea8 + b87238a
Raw File
Tip revision: fb1c45a2ae7ed827ee4d9835715a1229a149d5af authored by Andrew Adams on 23 March 2020, 20:38:24 UTC
Merge pull request #4778 from halide/clamp_extern_to_outer_bounds
Tip revision: fb1c45a
.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