Files
codeql/swift/codegen
Paolo Tranquilli 86b4f16b3a Swift: remove Binding<> class
That class was meant to allow aggregate initialization of generated
C++ entries having the label `id` as first argument.

As aggregate initialization turned out to be undesirable (names of
fields are not explicit, and `{}` must be inserted for empty
superclasses), this commit removes it and disallows aggregate
initialization altogether by defining empty constructors for generated
classes.
2022-06-01 08:41:43 +02:00
..
2022-06-01 08:41:43 +02:00
2022-05-20 09:52:27 +02:00
2022-04-25 13:23:36 +02:00
2022-05-04 18:20:06 +02:00