bazel /
crubit /
34ad7f7b36e7bf33ed32c855823a9b1a1bab3782 Replace LOG(FATAL) and DCHECK with LLVM equivalents.
At a high-level the changes in this CL look like this:
*) LOG(FATAL) => llvm::report_fatal_error + llvm::formatv
*) DCHECK => assert
*) CHECK => assert (this wouldn't preserve behavior in NDEBUG builds so
this transformation is not applied in all the cases).
PiperOrigin-RevId: 435361199
10 files changed
tree: 1291f20a62171a898a3806e6fab826cf1123cbcb
- 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 pull us. There will be breaking changes without warning. Unfortunately, we can't take contributions at this point.