Depends on D126406. Checking of the overconstrained property is much
better suited here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM; measure performance implications.
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | ||
---|---|---|
117–121 | Shouldn't you remove this as well? Check the friends. |
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | ||
---|---|---|
117–121 | No, it is the ConstraintManager which checks the overconstrained property (in assumeDualImpl). |
Shouldn't you remove this as well? Check the friends.