Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
14 results

.clang-tidy

Blame
  • .clang-tidy 341 B
    # TODO: add the following check families:
    # - bugprone-*
    # - cppcoreguidelines-
    
    # NB: as of clang-tidy 16, we get several false positives inside boost, notably this one:
    #  https://github.com/llvm/llvm-project/issues/40486
    
    Checks: 'performance-*,modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'