<div dir="ltr"><div><div>Hi,<br><br></div><div>I've added a new CXXMethodDecl matcher: isPureVirtual().<br><br>The isPureVirtual() CXXMethodDecl matcher matches any purely virtual<br>method declaration like "A::x" in this example:<br>
<br>   class A {<br>      virtual void x() = 0;<br>   }<br><br>The new matcher is also covered with a positive and negative unittest.<br><br>I also fixed a small documentation error (missing semicolon).<br><br></div><div>
Please, see the attachment for a patch.<br></div><div><br></div>Regards,<br></div>Konrad<br></div>