mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
4b56d5606d
The libclang based header generator disallows functions that pass structs (or more generally "record types") by value. While this can be implemented, the such functions as emitted by the clang_generator never worked. We should revisit this when we implement support for passing 128-bit integer types directly, as those will work the same as small structs. PiperOrigin-RevId: 485522603 Change-Id: Iae8284720da52496d7a48fe3ca3c3c8605e6d19d |
||
---|---|---|
.. | ||
BUILD.bazel | ||
CMakeLists.txt | ||
compilation_database.cc | ||
compilation_database.h | ||
diagnostics.cc | ||
diagnostics.h | ||
emitter_test.cc | ||
emitter.cc | ||
emitter.h | ||
frontend_action_test_util.cc | ||
frontend_action_test_util.h | ||
generator_tool.cc | ||
generator.cc | ||
generator.h | ||
types.cc | ||
types.h |