• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Checks: >
2    -*,
3    bugprone-argument-comment,
4    bugprone-bool-pointer-implicit-conversion,
5    bugprone-suspicious-string-compare,
6    bugprone-undelegated-constructor,
7    bugprone-unused-raii,
8    bugprone-use-after-move,
9    google-build-namespaces,
10    llvm-namespace-comment,
11    misc-definitions-in-headers,
12    modernize-make-unique,
13    modernize-use-nullptr,
14    modernize-use-override,
15    performance-for-range-copy,
16    performance-unnecessary-copy-initialization,
17    readability-const-return-type,
18    readability-redundant-preprocessor,
19    readability-redundant-smartptr-get,
20    readability-static-accessed-through-instance
21CheckOptions:
22  - key:             llvm-namespace-comment.ShortNamespaceLines
23    value:           40
24  - key:             llvm-namespace-comment.SpacesBeforeComments
25    value:           2
26