[LLVMbugs] [Bug 10026] Sema::InstantiateFunctionDefinition doesn't handle null pattern decls
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri May 27 13:13:04 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10026
Sean Hunt <scshunt at csclub.uwaterloo.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |INVALID
--- Comment #5 from Sean Hunt <scshunt at csclub.uwaterloo.ca> 2011-05-27 15:13:04 CDT ---
It was actually a bug in IWYU; it was calling for the instantiation of a
non-template function. There's an IWYU fix which will go out with the next code
push; watch that bug. I've added asserts to clang to make it more clear in the
future that this is intended behavior.
--
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