commit | 6c45955423a3d530efa4b61cdc0b103cf198577b | [log] [tgz] |
---|---|---|
author | Abseil Team <absl-team@google.com> | Mon Jul 29 13:02:09 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 29 13:02:59 2024 -0700 |
tree | a40f089cc5dafd0955568a246c16269ff6684073 | |
parent | 8cdf48213629f34b014f8e0d594ac16fe7954686 [diff] |
Remove resolved issue. https://github.com/llvm/llvm-project/issues/100639 The second issue is still relevant. PiperOrigin-RevId: 657298935 Change-Id: Ifa2f1627deee3fc24e23ea78c5b01ed232813390
diff --git a/absl/strings/internal/cord_internal.h b/absl/strings/internal/cord_internal.h index c39aa13..d33b09e 100644 --- a/absl/strings/internal/cord_internal.h +++ b/absl/strings/internal/cord_internal.h
@@ -717,7 +717,6 @@ // 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;