Skip to content
Snippets Groups Projects
Select Git revision
  • c2d47fb48ea6c054365e9151be09402b43581699
  • master default protected
  • pac_composite_target_mce
  • ramsey_k_order
  • 4.6
  • occbin
  • uop
  • rework_pac
  • aux_vars_fix
  • created_preprocessor_repo
10 results

NumericalInitialization.cc

Blame
  • Forked from Dynare / preprocessor
    Source project has a limited visibility.
    .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'