Fixes PR#47614. Deduction guides, implicit or user-defined, look like function declarations in the AST. They aren't really functions, though, and they always have a trailing return type, so it doesn't make sense to issue this warning for them. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| DefaultArgumentsCallsCheck.cpp | ||
| DefaultArgumentsCallsCheck.h | ||
| DefaultArgumentsDeclarationsCheck.cpp | ||
| DefaultArgumentsDeclarationsCheck.h | ||
| FuchsiaTidyModule.cpp | ||
| MultipleInheritanceCheck.cpp | ||
| MultipleInheritanceCheck.h | ||
| OverloadedOperatorCheck.cpp | ||
| OverloadedOperatorCheck.h | ||
| StaticallyConstructedObjectsCheck.cpp | ||
| StaticallyConstructedObjectsCheck.h | ||
| TrailingReturnCheck.cpp | ||
| TrailingReturnCheck.h | ||
| VirtualInheritanceCheck.cpp | ||
| VirtualInheritanceCheck.h | ||