You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update clang/docs/checkedc/3C/clang-tidy.md with much more information
about the process. Note that some warnings remain that we haven't yet
decided what to do about.
- Disable misc-no-recursion rule for now because it looks like we make
significant intentional use of recursion.
- Remove blank lines between #include lines so that the
`llvm-include-order` check will sort all the lines. Minor tweaks to
nearby formatting.
- Run `clang-tidy --fix` multiple times, then `clang-format`, then fix
up formatting mistakes from `llvm-else-after-return` as described in
clang-tidy.md.
- Manually rename some elements where we're not happy with what the
default `readability-identifier-naming` fix did.
- Get the clangd3c target to build and enable it again! After clang-tidy
fixed some broken references without being asked, there was only one
real error left, which was straightforward to fix. We still think
clangd3c doesn't work, but as long as it builds, it will be easier for
us to include it in bulk code edits like this one if we want to.
0 commit comments