<div dir="ltr">Hello Team,<br>Please review changes: 

<a href="https://reviews.llvm.org/D83929">https://reviews.llvm.org/D83929</a><br><br><b>Problem:</b> Compiler crash, compiler does not check explicit declaration context, whether it is inside class context or not, this check is missing.<br><br><b>Solution</b>: I have added a check when the compiler encounters the 'explicit' keyword, the first compiler has to check its declaration context. If the declaration of 'explicit' the keyword is in the class context, it is correct, else the compiler has to throw warning message (not crash).<br><br>Regards,<br>Nadaf.</div>