[PATCH] D68859: Fixing crash in clang IFS for enum, record, and typedef decls.

2019-10-11 Thread Puyan Lotfi via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe3388c42f39b: [clang][IFS] Fixing assert in clang interface stubs for enums, records, typedefs (authored by plotfi). Changed prior to commit: https://reviews.llvm.org/D68859?vs=224547=224629#toc

[PATCH] D68859: Fixing crash in clang IFS for enum, record, and typedef decls.

2019-10-11 Thread Puyan Lotfi via Phabricator via cfe-commits
plotfi created this revision. plotfi added a reviewer: compnerd. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rC Clang https://reviews.llvm.org/D68859 Files: lib/Frontend/InterfaceStubFunctionsConsumer.cpp test/InterfaceStubs/noninstancetypes.c