codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Swift: Salvage

Open geoffw0 opened this issue 1 year ago • 0 comments

Salvage some commits from old branches that have become dead ends:

  • add BuiltinLiteralExpr.getValueString(); this is a unified / consistent interface for accessing the value of literals. The specific use I had for it is gone, but I can imagine we will want this in future as doing this case-by-case is fiddly, ugly and brittle.
  • new qldoc comments around literals.
  • new test cases for data flow through dictionaries.

TODO:

  • [ ] BuiltinLiteralExpr.getValueString() should have tests.

geoffw0 avatar May 21 '24 15:05 geoffw0