We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4814ba commit d145cfeCopy full SHA for d145cfe
clang-tools-extra/clang-tidy/bugprone/NarrowingConversionsCheck.h
@@ -85,8 +85,8 @@ class NarrowingConversionsCheck : public ClangTidyCheck {
85
bool handleConditionalOperator(const ASTContext &Context, const Expr &Lhs,
86
const Expr &Rhs);
87
88
- void handleConditionalOperatorArgument(const ASTContext &Context, const Expr &Lhs,
89
- const Expr *Arg);
+ void handleConditionalOperatorArgument(const ASTContext &Context,
+ const Expr &Lhs, const Expr *Arg);
90
void handleImplicitCast(const ASTContext &Context,
91
const ImplicitCastExpr &Cast);
92
0 commit comments