autotidy icon indicating copy to clipboard operation
autotidy copied to clipboard

Speedier handling of clang-tidy checking

Results 5 autotidy issues
Sort by recently updated
recently updated
newest added

## Current Bug behavior AUR Arch Linux package of `autotidy` (aptly named `autotidy-git`) fails compilation. ## Expected Behavior AUR Arch Linux `autotidy-git` installs without compilation errors. ## Steps to Reproduce...

I press 'a' or any other key and if the key is invalid (option not available), autotidy simply skips to next error.... That's not expected behavior, right?

This isn't a real issue, but I've created a package on the AUR, found here: https://aur.archlinux.org/packages/autotidy-git/ If you want ownership of this package, I'm happy to hand it off to...

This commands pass required C++14 standard flag to compiler.

- Download submodules up-front with cloning the repo by using `--recursive` option of `git clone` - Added build instructions using CMake's build in commands which provides OS independent instructions to...