mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
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
12 lines
198 B
Python
12 lines
198 B
Python
package(default_visibility = ["//swift:__subpackages__"])
|
|
|
|
filegroup(
|
|
name = "trap",
|
|
srcs = glob(["trap_*.mustache"]),
|
|
)
|
|
|
|
filegroup(
|
|
name = "cpp",
|
|
srcs = glob(["cpp_*.mustache"]),
|
|
)
|