Commit 8ef5919e authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Update a comment

Bug: none
Change-Id: If8edf98d905be67217c1ba90656f564f57fff9c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706713Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678330}
parent 2dcb096a
...@@ -53,7 +53,9 @@ ...@@ -53,7 +53,9 @@
<Type Name="std::__1::basic_string&lt;char,*&gt;"> <Type Name="std::__1::basic_string&lt;char,*&gt;">
<!--<Intrinsic Name="is_long" <!--<Intrinsic Name="is_long"
Expression="((__rep*)&amp;__r_)-&gt;__s.__size_ &amp; 0x80" />--> Expression="((__rep*)&amp;__r_)-&gt;__s.__size_ &amp; 0x80" />-->
<!-- The above doesn't work for reasons I don't understand. <!-- The above doesn't work because of https://llvm.org/PR41615
TODO(thakis): Now that we have clang r362038, try the above approach
again.
The below assumes the alternate string layout and little endianness :/ The below assumes the alternate string layout and little endianness :/
--> -->
<Intrinsic Name="is_long" <Intrinsic Name="is_long"
......
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