aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cxx/include/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2020-11-22Suppress various clang-tidy warningsDavid Robillard1-0/+2
These libc-specific warnings are a new level, even for LLVM. Using an opt-out style for this is probably not going to last.
2020-11-01Run clang-tidy on all headers and fix various issuesDavid Robillard1-0/+7
It's a nightmare trying to get this thing to check everything.
2020-10-30Move C++ bindings to a separate directoryDavid Robillard1-0/+5
This seemed messy and potentially misleading for what is fundamentally a C++ library. It also makes it possible to set separate clang-tidy and clang-format settings for each to avoid "tainting" the C settings, though currently the headers use the same checks.