diff clang-tools-extra/clang-tidy/utils/ASTUtils.h @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children 1f2b6ac9f198
line wrap: on
line diff
--- a/clang-tools-extra/clang-tidy/utils/ASTUtils.h	Wed Jul 21 10:27:27 2021 +0900
+++ b/clang-tools-extra/clang-tidy/utils/ASTUtils.h	Wed Nov 09 17:45:10 2022 +0900
@@ -18,7 +18,7 @@
 const FunctionDecl *getSurroundingFunction(ASTContext &Context,
                                            const Stmt &Statement);
 // Determine whether Expr is a Binary or Ternary expression.
-bool IsBinaryOrTernary(const Expr *E);
+bool isBinaryOrTernary(const Expr *E);
 
 /// Checks whether a macro flag is present in the given argument. Only considers
 /// cases of single match or match in a binary OR expression. For example,