EXP51-CPP-DoNotDeleteAnArrayThroughAPointerOfTheIncorrectType.ql:- Refactored query logic into a shared library (
DoNotDeleteAnArrayThroughAPointerOfTheIncorrectTypeShared.qll) to enable reuse by MISRA C++RULE-4-1-3. The query logic is unchanged and no visible changes to results or performance are expected. - The query now uses a
query predicate problemsinstead of afrom/where/select. In path-problem BQRS output, the results section header changes from#selecttoproblems. Alert results and their content are otherwise identical.
- Refactored query logic into a shared library (