Files
clang-p2996/clang/test/APINotes
Doug Gregor 694fd1f297 Allow tag-based API notes on anonymous tag decls with typedef names
It is common practice in C to declare anonymous tags that are
immediately given a typedef name, e.g.,

    typedef enum { ... } MyType;

At present, one can only express API notes on the typedef. However, that
excludes the possibility of tag-specific notes like EnumExtensibility.
For these anonymous declarations, process API notes using the typedef
name as the tag name, so that one can add API notes to `MyType` via the
`Tags` section.
2024-10-02 18:21:23 +01:00
..
2024-07-23 12:28:00 +01:00
2024-07-23 12:28:00 +01:00