[mlir][acc] Introduce MappableType interface (#122146)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / fuchsia / default-arguments-declarations.rst
blob85e5de2b14bd79d4c78a64e4a97fc9cc04cccfde
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:
10 .. code-block:: c++
12   int foo(int value = 5) { return value; }
14 will cause a warning.
16 See the features disallowed in Fuchsia at https://fuchsia.dev/fuchsia-src/development/languages/c-cpp/cxx?hl=en