dynare/mex/sources/libkorder/tl
Sébastien Villemot 4ef9245a95
MEX files: remove calls to virtual method during construction
Such calls may bypass virtual dispatch.

Automatically detected by clang-tidy with
clang-analyzer-optin.cplusplus.VirtualCall check.
2023-12-07 18:34:38 +01:00
..
tests Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
equivalence.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
equivalence.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
fine_container.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
fine_container.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
fs_tensor.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
fs_tensor.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
gs_tensor.cc MEX files: use a braced initializer list instead of repeating the return type 2023-12-06 22:24:55 +01:00
gs_tensor.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
int_sequence.cc MEX files: use transparent functor for std::multiplies 2023-12-06 22:24:55 +01:00
int_sequence.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
kron_prod.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
kron_prod.hh MEX files: use pass-by-value + std::move when possible in constructors 2023-12-06 22:24:55 +01:00
normal_moments.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
normal_moments.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
permutation.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
permutation.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
ps_tensor.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
ps_tensor.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
pyramid_prod.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
pyramid_prod.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
pyramid_prod2.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
pyramid_prod2.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
rfs_tensor.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
rfs_tensor.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
sparse_tensor.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
sparse_tensor.hh MEX files: use default member initialization when possible 2023-12-06 22:24:55 +01:00
stack_container.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
stack_container.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
symmetry.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
symmetry.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
t_container.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
t_container.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
t_polynomial.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
t_polynomial.hh MEX files: remove calls to virtual method during construction 2023-12-07 18:34:38 +01:00
tensor.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
tensor.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
tl_exception.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
tl_static.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
tl_static.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
twod_matrix.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
twod_matrix.hh MEX files: drop C++ preprocessor directives now obsolete 2023-12-07 17:57:01 +01:00