mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 17:55:28 +03:00
Merge branch 'develop' into wip-isildur-g-cppcheck66
This commit is contained in:
@@ -1408,7 +1408,7 @@ bool doSomPlanning(NGHolder &g, bool stuck_in,
|
||||
|
||||
/* Need to verify how far the lock covers */
|
||||
u32 bad_region;
|
||||
NGHolder *ap_pref = plan.back().prefix.get();
|
||||
const NGHolder *ap_pref = plan.back().prefix.get();
|
||||
NGHolder ap_temp;
|
||||
if (hasBigCycles(*ap_pref)) {
|
||||
fillRoughMidfix(&ap_temp, g, regions, info, picked);
|
||||
|
||||
@@ -1791,7 +1791,7 @@ void removeRedundantLiteralsFromInfixes(RoseInGraph &g,
|
||||
}
|
||||
|
||||
for (const auto &m : infixes) {
|
||||
NGHolder *h = m.first;
|
||||
const NGHolder *h = m.first;
|
||||
const auto &medges = m.second;
|
||||
removeRedundantLiteralsFromInfix(*h, g, medges, cc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user