CompileFlags:
  Add: [-std=c++17]
  CompilationDatabase: build

Diagnostics:
  ClangTidy:
    Add: [performance-*, bugprone-*, modernize-*]
    Remove: [modernize-use-trailing-return-type]
