sandboxed-api/sandboxed_api/tools
Christian Blichmann 4b56d5606d clang_generator: Fail header generation with struct-by-value
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
2022-11-02 00:43:26 -07:00
..
clang_generator clang_generator: Fail header generation with struct-by-value 2022-11-02 00:43:26 -07:00
filewrapper cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
generator2 Integrate LLVM at llvm/llvm-project@06da9b94ae 2022-10-14 10:42:23 -07:00