mirror of https://github.com/libAthena/athena.git
Oops, context -> ctx
This commit is contained in:
parent
7a2a8a79ca
commit
11b86d7634
|
@ -86,7 +86,7 @@ static inline bool GetIntegerConstantExpr(const clang::Expr* expr, llvm::APSInt&
|
|||
}
|
||||
#else
|
||||
static inline bool GetIntegerConstantExpr(const clang::Expr* expr, llvm::APSInt& out, const clang::ASTContext& ctx) {
|
||||
return expr->isIntegerConstantExpr(out, context);
|
||||
return expr->isIntegerConstantExpr(out, ctx);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue