llvm-project
c31e506d - [APINotes] Support overloaded operators

Commit
93 days ago
[APINotes] Support overloaded operators This adds support for annotating C++ operators via API Notes. For instance: ``` Tags: - Name: MyTag Methods: - Name: operator+ Availability: none ``` At the moment only operators that are declared as methods of C++ records can be annotated. rdar://148534260
Author
Parents
Loading