[cfe-dev] Detecting struct forward references

Jacob Carlborg doob at me.com
Fri Jul 27 05:34:40 PDT 2012


Is it possible to detect if a struct declaration is a forward reference? 
For example:

struct Foo;

I'm using libclang. If it's not possible in libclang how would I do it 
using the C++ APIs?

-- 
/Jacob Carlborg




More information about the cfe-dev mailing list