RFC: Suggest CMake user presets in the getting started docs?

Hi Team,

Having recently discovered the glory of CMake user presets, I was thinking we should add something to the getting started page that suggested some presets useful for working on clang-tidy. There is a page that documents the CMake variables used for clang/llvm that can be used to turn off a bunch of things in the build. As I mentioned on another thread, if you’re just working on clang-tidy there’s lots of things that can be trimmed out of the build that are unrelated to clang-tidy and as I proposed, some things that can be eliminated within clang-tidy itself.

Thoughts?

– Richard

2 Likes