Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API change - new method added to IProblemBinding

I've committed a fix for bug 278337 that adds IBinding[] getCandidateBindings() method to IProblemBinding interface. The API change is backward compatible since implementation of IProblemBinding is not allowed. The new method is marked as
experimental.

-sergey

Back to the top