I'm using clang.cindex to process some source.  One problem that is really hurting is that friend declarations are not handled properly.  This is surprising since friend functions shouldn't be much harder to represent in the AST than any other function type.<br>
<br>Does anyone know if this is being addressed?<br><br>-Ken<br><br>