[cfe-dev] Crash with code-completion
Douglas Gregor
dgregor at apple.com
Mon Oct 10 10:29:45 PDT 2011
On Oct 10, 2011, at 10:12 AM, Matthias Kleine wrote:
> On clang-revision 14520, code completion can be crashed by running the attached test. The problem seems to be caused by Sema::IsSimplyAccessible trying to build an AccessTarget for a NamedDecl that is not a CXXRecordDecl. I'm not familiar with the code, though, so I leave the debugging to you :)
Ouch. Please file a bug at http://llvm.org/bugs/.
- Doug
More information about the cfe-dev
mailing list