[llvm-bugs] [Bug 38920] clang ODR checker errors on (real) ODR violation in libstdc++ headers

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 13 18:20:19 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38920

rtrieu at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from rtrieu at google.com ---
This should be fixed in r342199.  The ODR hasher does not catch these kinds of
the bugs at the moment (calling different static functions, the hasher only
cares about the function name).  The root cause was an early exit skipping a
small amount of data to hash.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180914/e60673fc/attachment.html>


More information about the llvm-bugs mailing list