|
clang-tools 22.0.0git
|
Classes | |
| class | DefaultArgumentsCallsCheck |
| Default arguments are not allowed in called functions. More... | |
| class | DefaultArgumentsDeclarationsCheck |
| Default parameters are not allowed in declared functions. More... | |
| class | FuchsiaModule |
| This module is for Fuchsia-specific checks. More... | |
| class | MultipleInheritanceCheck |
| Multiple implementation inheritance is discouraged. More... | |
| class | OverloadedOperatorCheck |
| Overloading operators is disallowed by the Fuchsia coding standard. More... | |
| class | StaticallyConstructedObjectsCheck |
| Constructing global, non-trivial objects with static storage is disallowed, unless the object is statically initialized with a constexpr constructor or has no explicit constructor. More... | |
| class | TemporaryObjectsCheck |
| Construction of specific temporary objects in the Zircon kernel is discouraged. More... | |
| class | TrailingReturnCheck |
| Functions that have trailing returns are disallowed, except for those using decltype specifiers and lambda with otherwise unutterable return types. More... | |
| class | VirtualInheritanceCheck |
| Defining classes with virtual inheritance is disallowed. More... | |
Functions | |
| static ClangTidyModuleRegistry::Add< FuchsiaModule > | X ("fuchsia-module", "Adds Fuchsia platform checks.") |
|
static |