Commit 6c459554 by Abseil Team Committed by Copybara-Service

Remove resolved issue.

https://github.com/llvm/llvm-project/issues/100639

The second issue is still relevant.

PiperOrigin-RevId: 657298935
Change-Id: Ifa2f1627deee3fc24e23ea78c5b01ed232813390
parent 8cdf4821
...@@ -717,7 +717,6 @@ class InlineData { ...@@ -717,7 +717,6 @@ class InlineData {
// Break compiler optimization for cases when value is allocated on the // Break compiler optimization for cases when value is allocated on the
// stack. Compiler assumes that the the variable is fully accessible // stack. Compiler assumes that the the variable is fully accessible
// regardless of our poisoning. // regardless of our poisoning.
// False report: https://github.com/llvm/llvm-project/issues/100639
// Missing report: https://github.com/llvm/llvm-project/issues/100640 // Missing report: https://github.com/llvm/llvm-project/issues/100640
const Rep* self() const { const Rep* self() const {
const Rep* volatile ptr = this; const Rep* volatile ptr = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment