Ó
óÅÒÇÅÊ æÉÌÉÐÐÏ×
Hello, i'm working on migration of one program from llvm/clang 2.4 to
llvm/clang 2.8. And i founded that, function Expr::hasLocalSideEffect
was renamed to Expr::isUnusedResultAWarning. Function
Expr::isUnusedResultAWarning has some arguments that
Expr::hasLocalSideEffect didn't have. Like SourceLocation &Loc,
SourceRange &R1, SourceRange &R2, ASTContext &Ctx. Is there any way to
use new function with minimal chage to code?
llvm/clang 2.8. And i founded that, function Expr::hasLocalSideEffect
was renamed to Expr::isUnusedResultAWarning. Function
Expr::isUnusedResultAWarning has some arguments that
Expr::hasLocalSideEffect didn't have. Like SourceLocation &Loc,
SourceRange &R1, SourceRange &R2, ASTContext &Ctx. Is there any way to
use new function with minimal chage to code?