Revision dc9d9589e47fc015eedfe13df9723df4585e4e36 authored by scivision on 15 September 2023, 01:24:37 UTC, committed by scivision on 18 September 2023, 19:23:21 UTC
rework internal XML reading function for better code reuse and
namespace isolation
1 parent abbfdd3
Raw File
.clang-tidy
---
# We want to disable all checks for 3rd party code.  However, clang-tidy will
# assume we did not configure it correctly.  Just add one check that will never
# be found.
Checks: '-*,llvm-twine-local'
...
back to top