I assume that few people use clangd[1] much.
With a reasonable config file, clangd can reach -Werror
-Weverything.
Clangd can also reformat code like clang-format[2].
Someone should translate the dot.emacs file into .clangd,
.clang-format, and .editorconfig [3] files.
While I am not inclined t
Richard Laager said:
> I don't think -Werror should be the default. That can break things that
> are perfectly fine, especially if someone is trying to build an existing
> release on a newer compiler that added a new warning.
> If you made -Werror the default in release builds, please revert tha