Files
codeql/swift/codegen
2023-06-30 13:07:04 +02:00
..
2023-02-27 10:01:50 +01:00

This package aliases misc/codegen providing the Swift-specific options in swift/codegen.conf.

Running bazel run //swift/codegen will generate all checked in files (dbscheme, QL generated code, generated QL stubs, generated QL tests).

C++ code is generated during build (see swift/extractor/trap/BUILD.bazel). After a build you can browse the generated code in bazel-bin/swift/extractor/trap/generated from the root of the codeql repository.