We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970025b commit e7708ebCopy full SHA for e7708eb
CHANGELOG.md
@@ -17,6 +17,23 @@
17
you know what to do).
18
-->
19
20
+## Release 2.12.2 (2023-02-07)
21
+
22
+### Bugs fixed
23
24
+- Fixed a QL evaluator bug introduced in release 2.12.1 which could in
25
+ certain rare cases lead to wrong analysis results.
26
27
+- Fixed handling of `-Xclang <arg>` arguments passed to the `clang` compiler which
28
+ could cause missing extractions for C++ code bases.
29
30
+- Fixed a bug where the `--overwrite` option was failing for database clusters.
31
32
+### Miscellaneous
33
34
+- The build of Eclipse Temurin OpenJDK that is bundled with the CodeQL
35
+ CLI has been updated to version 17.0.6.
36
37
## Release 2.12.1 (2023-01-23)
38
39
### New features
0 commit comments