[cfe-dev] Entity of static functions

Zhongxing Xu xuzhongxing at gmail.com
Mon Jul 20 01:59:25 PDT 2009


Current EntityGetter does not create entities for static functions.
But CallGraph represents functions with Entities uniquely. Static
functions should also appear in the call graph. So could EntityGetter
also create entities for static functions. This should not do any harm
to other parts of clang.

-Zhongxing



More information about the cfe-dev mailing list