<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi guys,</p>
    <p>I noticed a problem in the clang source code.</p>
    <p>In ASTConsumers.cpp, someone edited it to say the following at
      line 502<br>
    </p>
    <p>    case Decl::Friend: {<br>
            Out << "<friend>";<br>
            if (const NamedDecl *ND =
      cast<FriendDecl>(I)->getFriendDecl())<br>
              Out << ' ' << *ND;<br>
            Out << "\n";<br>
            break;<br>
          }</p>
    <p>It causes a <b>fatal </b>error. <br>
    </p>
    <p>commit 870fa3969cf0e9e914b21be0b8351f4b8b907eae</p>
    <p><br>
    </p>
    <p>Thank you<br>
    </p>
  </body>
</html>