[LLVMbugs] [Bug 3269] clang::CompoundLiteralExpr::Init can be NULL, consequently getInitializer() must use cast_or_null.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jan 25 17:34:17 PST 2009


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


Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sharparrow1 at yahoo.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Eli Friedman <sharparrow1 at yahoo.com>  2009-01-25 19:34:16 ---
Fixed in r62981, by eliminating the case where the initializer for a compound
literal could be null.


-- 
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