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 to switch to a non-vi, non-emacs editor, I would like to hear if other people have tooling other than those listed in devel/hacking. I also use black[4] to format new Python projects; I expect some of you will not like it. [1] https://clangd.llvm.org/ [2] https://clang.llvm.org/docs/ClangFormat.html [3] https://editorconfig.org/ [4] https://black.readthedocs.io/en/stable/ _______________________________________________ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel