Skip to content

Commit ee8ef61

Browse files
committed
fix typo
1 parent a67baee commit ee8ef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const Formula &getFormula(const ValueDecl &D, const Environment &Env) {
144144
return cast<BoolValue>(Env.getValue(D))->formula();
145145
}
146146

147-
const BindingDecl *findBindingDecl(ASTContext &ASTCxt, std::string_view Name) {
147+
const BindingDecl *findBindingDecl(ASTContext &ASTCtx, std::string_view Name) {
148148
using ast_matchers::bindingDecl;
149149
using ast_matchers::hasName;
150150
auto TargetNodes =

0 commit comments

Comments
 (0)