Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Add support for Elaborated type - #16

Open
joelpurra wants to merge 3 commits into
tjfontaine:masterfrom
node-ffi-packager:support-elaborated-type
Open

Add support for Elaborated type#16
joelpurra wants to merge 3 commits into
tjfontaine:masterfrom
node-ffi-packager:support-elaborated-type

Conversation

@joelpurra

@joelpurra joelpurra commented Mar 7, 2020

Copy link
Copy Markdown

Forked and fixed quite a few more things: https://github.com/node-ffi-packager/node-libclang


Represents a type that was referred to using an elaborated type keyword, e.g., struct S, or via a qualified name, e.g., N::M::type, or both.

  • Supporting Elaborated types allows for a greatly expanded library generation.
  • Can be used by ffi-generate (with Elaborated type support) to regenerate the lib/dynamic_clang.js; see the llvm-clang-6.0 branch.

See

> Represents a type that was referred to using an elaborated type keyword, e.g., `struct S`, or via a qualified name, e.g.,` N::M::type`, or both.

- Supporting Elaborated types allows for a greatly expanded library generation.
- Can be used by `ffi-generate` (with Elaborated type support) to regenerate the `lib/dynamic_clang.js`; see the `llvm-clang-6.0` branch.

See

- https://clang.llvm.org/doxygen/classclang_1_1ElaboratedType.html
- https://github.com/joelpurra/node-libclang/tree/llvm-clang-6.0
- https://github.com/joelpurra/node-ffi-generate/tree/support-elaborated-type
@joelpurra

Copy link
Copy Markdown
Author

Forked and fixed quite a few more things, might help someone: https://github.com/node-ffi-packager/node-libclang

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant