5chmidti wrote:

LLVM uses `CamelCase` instead of `camelCase`. This is enforced by the top-level 
`.clang-tidy` file so you don't need to do this by hand, run clang-tidy and let 
it apply the fix-its on your file (clangd should provide these fixes as well, 
but currently only per var, not all at once).

https://github.com/llvm/llvm-project/pull/77816
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to