Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nullability annotation of `ReferenceCountingMemoryManager::Alloca…
…te()`. The declaration didn't have an annotation; the definition is annotated as returning nonnull, but it contains a `return nullptr`. For the time being, I'm fixing this by removing the annotation on the definition (thereby making it consistent with the declaration). Code owners may want to follow up by marking both the definition and declaration as returning nullable if desired. PiperOrigin-RevId: 637786972
- Loading branch information