mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
Test commit, no changes.
llvm-svn: 226552
This commit is contained in:
parent
d106b734cf
commit
bb917683b6
@ -31,7 +31,7 @@ void ExprEngine::VisitBinaryOperator(const BinaryOperator* B,
|
||||
ExplodedNodeSet Tmp2;
|
||||
getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, B, *this);
|
||||
|
||||
// With both the LHS and RHS evaluated, process the operation itself.
|
||||
// With both the LHS and RHS evaluated, process the operation itself.
|
||||
for (ExplodedNodeSet::iterator it=CheckedSet.begin(), ei=CheckedSet.end();
|
||||
it != ei; ++it) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user