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
|
#else
|
||||||
static inline bool GetIntegerConstantExpr(const clang::Expr* expr, llvm::APSInt& out, const clang::ASTContext& ctx) {
|
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
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue