Issue 87940
Summary Is there a plan to add handleStmtAttribute to ParsedAttrInfo?
Labels new issue
Assignees
Reporter IuriiKobein
    Hello,

Custom attributes is very useful feature that allows extend C++ code with some meta information.
Currently it's not possible to add custom attribute to AST out of the box without changing clang source code.
However for `Decl` it possible to add custom attribute with custom arguments parser using built in attribute kind(Annotate for example).
It possible due to existence of `HandleDeclAttribute` virtual method in `ParsedAttrInfo` class.
However such method is not provided for `Stmr`.

Is there plan to add such interface for Stmt?
Or there some other reasons why it's missed?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to