Revision 607932797c17bf657720123cb88fca04cd9c21d7 authored by Steven Johnson on 26 August 2020, 17:33:03 UTC, committed by GitHub on 26 August 2020, 17:33:03 UTC
Teach the python bindings how to stringify Expr, RDom, RVar.
2 parent s 9e5cff9 + f291829
Raw File
.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