From 6a3f53dff288d70586568ddf1dcf8b239c93062f Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Sat, 24 Aug 2019 11:22:49 +0100 Subject: [PATCH] CPP: Change note for QLDoc work. --- change-notes/1.22/analysis-cpp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/change-notes/1.22/analysis-cpp.md b/change-notes/1.22/analysis-cpp.md index 92357b849aad..3cdd96654db8 100644 --- a/change-notes/1.22/analysis-cpp.md +++ b/change-notes/1.22/analysis-cpp.md @@ -37,3 +37,4 @@ `isBarrierOut`/`isSanitizerOut`. This should be simpler to use effectively, as it does not require knowledge about the actual edges used internally by the library. +- Added C/C++ code examples to QLDoc comments on many more classes in the QL libraries.