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

Hendrik <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
         AssignedTo|unassignedclangbugs@nondot. |[email protected]
                   |org                         |

--- Comment #4 from Hendrik <[email protected]> 2012-05-03 18:55:28 
CDT ---
Created attachment 8487
  --> http://llvm.org/bugs/attachment.cgi?id=8487
Second testfile - after patch

Emitting the ast-file and compiling it like the first test file, it fails with
Assertion failed: (SwitchCaseStmts[ID] != 0 && "No SwitchCase with this ID"),
function getSwitchCaseWithID, file
/Users/raiserescue/develop/thirdparty/llvm/tools/clang/lib/Serialization/ASTReader.cpp

It only occurs if in the first case is an objc-method is called which is not
declared within the interface/extension of the class.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to