Files
codeql/swift/codegen/templates/BUILD.bazel
Paolo Tranquilli d5d1eb717d Swift: add structured C++ generated classes
This adds `cppgen`, creating structured C++ classes mirroring QL classes
out of `schema.yml`.

An example of generated code at the time of this commit can be found
[in this gist][1].

[1]: https://gist.github.com/redsun82/57304ddb487a8aa40eaa0caa695048fa

Closes https://github.com/github/codeql-c-team/issues/863
2022-05-04 18:20:25 +02:00

12 lines
198 B
Python

package(default_visibility = ["//swift:__subpackages__"])
filegroup(
name = "trap",
srcs = glob(["trap_*.mustache"]),
)
filegroup(
name = "cpp",
srcs = glob(["cpp_*.mustache"]),
)