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

ExternalFunctionsTable.hh

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'