Files
codeql/cpp/ql/lib/change-notes/released/0.10.1.md
2023-10-16 17:49:39 +00:00

275 B

0.10.1

Minor Analysis Improvements

  • Deleted the deprecated AnalysedString class, use the new name AnalyzedString.
  • Deleted the deprecated isBarrierGuard predicate from the dataflow library and its uses, use isBarrier and the BarrierGuard module instead.