Skip to content

Commit 531e637

Browse files
authored
Merge pull request github#18551 from github/post-release-prep/codeql-cli-2.20.2
Post-release preparation for codeql-cli-2.20.2
2 parents 43bc3e5 + ebe9088 commit 531e637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### New Features
44

55
* Add a new predicate `getAnIndirectBarrier` to the parameterized module `InstructionBarrierGuard` in `semmle.code.cpp.dataflow.new.DataFlow` for computing indirect dataflow nodes that are guarded by a given instruction. This predicate is similar to the `getAnIndirectBarrier` predicate on the parameterized module `BarrierGuard`.
6-
* A new predicate `getDecltype`was added to the `ProxyClass` class, which yields the decltype for the proxy class.
6+
* A new predicate `getDecltype` was added to the `ProxyClass` class, which yields the decltype for the proxy class.
77
* Template classes that are of `struct` type are now also instances of the `Struct` class.
88
* Template classes that are of `union` type are now also instances of the `Union` class.
99
* A new abstract class `ConfigurationTestFile` (`semmle.code.cpp.ConfigurationTestFile.ConfigurationTestFile`) was introduced, which represents files created to test the build configuration. A subclass `CmakeTryCompileFile` of `ConfigurationTestFile` was also introduced, which represents files created by CMake to test the build configuration.

cpp/ql/lib/change-notes/released/3.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### New Features
44

55
* Add a new predicate `getAnIndirectBarrier` to the parameterized module `InstructionBarrierGuard` in `semmle.code.cpp.dataflow.new.DataFlow` for computing indirect dataflow nodes that are guarded by a given instruction. This predicate is similar to the `getAnIndirectBarrier` predicate on the parameterized module `BarrierGuard`.
6-
* A new predicate `getDecltype`was added to the `ProxyClass` class, which yields the decltype for the proxy class.
6+
* A new predicate `getDecltype` was added to the `ProxyClass` class, which yields the decltype for the proxy class.
77
* Template classes that are of `struct` type are now also instances of the `Struct` class.
88
* Template classes that are of `union` type are now also instances of the `Union` class.
99
* A new abstract class `ConfigurationTestFile` (`semmle.code.cpp.ConfigurationTestFile.ConfigurationTestFile`) was introduced, which represents files created to test the build configuration. A subclass `CmakeTryCompileFile` of `ConfigurationTestFile` was also introduced, which represents files created by CMake to test the build configuration.

0 commit comments

Comments
 (0)