Skip to content

How to detect C++20 module declarations using libclang Python bindings? #149002

@sheldonyancy

Description

@sheldonyancy
export module Runtime.Core.Containers;

export struct Vector {
......
};

How to identify the module declaration(c++20) in the above code using python bindings for clang.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang:as-a-librarylibclang and C++ APIquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions