Hi All,
<div><br></div><div>A very minor one here, but potentially useful for those that run into it. Calling print() on an AccessSpecDecl currently results in nothing being printed. The attached patch rectifies this omission in DeclPrinter.cpp.</div>
<div><br></div><div>Note: AccessSpecDecl's printed as part of a CXXRecordDecl are printed as they're handled as a special case in DeclPrinter::VisitDeclContext() - probably due to the unusual indentation convention used by these declarations.</div>
<div><br></div><div>No test cases I'm afraid as I couldn't find an obvious way of adding one - unless I've missed something. Anyhow, the change should be safe enough.</div><div><br></div><div>- Will.</div>