Remove unnecessary ASTContext& parameter from SymExpr::getType().
llvm-svn: 164661
This commit is contained in:
@@ -737,7 +737,7 @@ DynamicTypeInfo ProgramState::getDynamicTypeInfo(const MemRegion *Reg) const {
|
||||
|
||||
if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(Reg)) {
|
||||
SymbolRef Sym = SR->getSymbol();
|
||||
return DynamicTypeInfo(Sym->getType(getStateManager().getContext()));
|
||||
return DynamicTypeInfo(Sym->getType());
|
||||
}
|
||||
|
||||
return DynamicTypeInfo();
|
||||
|
||||
Reference in New Issue
Block a user