Open
Description
Follow-up from #13238 (comment), see also the three points raised in the linked comment.
From a user perspective, a #pragma link C++ enum
currently produces neither an error nor a warning if the enum
is not found (this is going to change with LLVM 16). As far as I can tell, typedef
s to unnamed enum
s are currently not considered (this was the pattern addressed in #13238), it is not clear if they should.