GithubHelp home page GithubHelp logo

Comments (6)

bradking avatar bradking commented on July 23, 2024

I've edited the issue subject line to clarify that this is about the gccxml(...) attribute rather than dllexport markup. The latter is supported.

Unfortunately CastXML is not able to support the arbitrary gccxml(...) attributes. This is because Clang represents each supported attribute with dedicated source structures, so additional attributes cannot be handled. One can see this in the Clang source tree where the attributes are declared in the include/clang/Basic/Attr.td file.

One might be able to use the annotate attribute instead. It appears to accept a string as an argument. I have not tried it though.

from castxml.

xoofx avatar xoofx commented on July 23, 2024

annotate attribute looks exactly what I'm looking for, thanks for pointing this out. I will give it a try

from castxml.

bradking avatar bradking commented on July 23, 2024

Great. I have some local changes to include the annotate(...) attribute in the attributes="" XML element attribute just like gccxml did with gccxml(...). It still needs more testing before I push it out though.

from castxml.

bradking avatar bradking commented on July 23, 2024

I've implemented support for annotate(...) in commit e73fba5.

from castxml.

xoofx avatar xoofx commented on July 23, 2024

Oh, that's cool, thanks!

from castxml.

iMichka avatar iMichka commented on July 23, 2024

I just made a PR to add annotation to function arguments. This was also allowed in gccxml so I guess we can implement it in castxml: #26

from castxml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.