Skip to content

Commit

Permalink
Remove resolved issue.
Browse files Browse the repository at this point in the history
llvm/llvm-project#100639

The second issue is still relevant.

PiperOrigin-RevId: 657298935
Change-Id: Ifa2f1627deee3fc24e23ea78c5b01ed232813390
  • Loading branch information
Abseil Team authored and copybara-github committed Jul 29, 2024
1 parent 8cdf482 commit 6c45955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion absl/strings/internal/cord_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,6 @@ class InlineData {
// Break compiler optimization for cases when value is allocated on the
// stack. Compiler assumes that the the variable is fully accessible
// regardless of our poisoning.
// False report: https://github.com/llvm/llvm-project/issues/100639
// Missing report: https://github.com/llvm/llvm-project/issues/100640
const Rep* self() const {
const Rep* volatile ptr = this;
Expand Down

0 comments on commit 6c45955

Please sign in to comment.