GithubHelp home page GithubHelp logo

missing template information about castxml HOT 2 CLOSED

castxml avatar castxml commented on June 24, 2024
missing template information

from castxml.

Comments (2)

bradking avatar bradking commented on June 24, 2024

The mangled attribute was always provided by gccxml. I've added the mangled attribute to CastXML in commit 0a10370. It is only on function and variable declarations, not on everything like gccxml did. Clang does not implement mangling for anything else because nothing else can be a link-time symbol. Furthermore, when simulating MS compilers the MS-style mangling is now used.

from castxml.

bradking avatar bradking commented on June 24, 2024

The demangled attribute was added by gccxml/gccxml@9bce3d5 for human reference but was not intended to provide template instantiation arguments in a structured way. It just so happened that the string in this attribute could be abused in many cases to extract template argument information (but not in general AFAIK).

The demangled attribute happened to be something that gccxml could provide because GCC's source came with a demangler. Clang provides no demangler in its source and provides no API to print declarations the same way they would appear after demangling. Therefore CastXML cannot easily provide the demangled attribute. Still, external tools that want to try to extract template information like this could use abi::__cxa_demangle and/or UnDecorateSymbolName themselves to get it from the mangled attribute.

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.