1 .. title:: clang-tidy - fuchsia-default-arguments-declarations
3 fuchsia-default-arguments-declarations
4 ======================================
6 Warns if a function or method is declared with default parameters.
8 For example, the declaration:
12 int foo(int value = 5) { return value; }
16 See the features disallowed in Fuchsia at https://fuchsia.dev/fuchsia-src/development/languages/c-cpp/cxx?hl=en