mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Recover old change note
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Add support for `CharacterLiteral` in `CompileTimeConstantExpr.getStringValue()`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Add new predicate `CompileTimeConstantExpr.getStringifiedValue` which attempts to compute the
|
||||
`String.valueOf` string rendering of a constant expression.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Add new predicate `CompileTimeConstantExpr.getStringifiedValue` which attempts to compute the
|
||||
`String.valueOf` string rendering of a constant expression. This predicate is now used to
|
||||
compute the string value of an `AddExpr` that has the type `String`.
|
||||
Reference in New Issue
Block a user