Issue 149002
Summary How to detect C++20 module declarations using libclang Python bindings?
Labels new issue
Assignees
Reporter sheldonyancy
    '''cpp
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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to