bazel /
crubit /
7e1aa2a88cd422b6ae70a50c74aeaaaa8e6587ab Fix stack-use-after-scope.
Since https://reviews.llvm.org/D120334, passing a temporary LangOptions
object to Lexer results in stack-use-after-scope. I missed this when I
submitted the integrate: TAP failed to run some tests (which is the part I
missed), and then I had to add NO_SQ to get around some other problem (which
was fine). Fixing it forward.
PiperOrigin-RevId: 431587591
1 file changed
tree: ac235b540415865d754d46e76a7ce965d85381a5
- lifetime_annotations/
- rs_bindings_from_cc/
- CODE_OF_CONDUCT
- CONTRIBUTING
- LICENSE
- README.md
README.md
Crubit: C++/Rust Bidirectional Interop Tool
Extremely experimental interop tooling for C++ and Rust.
Please don‘t use, this is an experiment and we don’t yet know where will it take us. There will be breaking changes without warning. Unfortunately, we can't take contributions at this point.