[LLVMbugs] [Bug 13480] Clang 3.2.0 Segmentation Fault

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 30 08:57:24 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13480

Benjamin Kramer <benny.kra at gmail.com> changed:

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

--- Comment #4 from Benjamin Kramer <benny.kra at gmail.com> 2012-07-30 10:57:24 CDT ---
Your zip file is broken somehow, however I found your libjsonxx github
repository and fixed the clang bug in r160961.

I think you wanted to use an rvalue reference at hash_map.h:305 to make it a
proper move ctor instead of an overloaded copy ctor (the overloaded copy ctor
triggered the bug in clang).

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list