This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

âxref_tagâ lacks a public declaration


Hello,

âc-common.hâ lacks this declaration:

  extern tree xref_tag (enum tree_code code, tree name);

AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
tag.

Unfortunately, <cp/cp-tree.h> declares a different âxref_tagâ function,
so it seems that the above declaration cannot just be added to
âc-common.hâ.

Any ideas how to solve this?

Thanks,
Ludoâ.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]