.clang-tidy contents...

So I'm playing around with clang-tidy in Visual Studio 2019.

I'm just wondering what a good set of rules should/would be.

I currently have this:
1
2
3
4
5
Checks:          'clang-diagnostic-*,clang-analyzer-*,*,-google-*,-llvmlibc-*,-fuchsia-*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle:     none
.clang-tidy
Last edited on
Topic archived. No new replies allowed.