This is an archive of the discontinued LLVM Phabricator instance.

Decl: allow "setInvalidDecl" for TagDecls
Needs ReviewPublic

Authored by elsteveogrande on Aug 18 2018, 7:02 PM.

Details

Summary

For TagDecls, complete or incomplete, allow setInvalidDecl calls.

Other asserts are interfering but we'll deal with them separately.

https://bugs.llvm.org/show_bug.cgi?id=38531

Diff Detail