Skip to content

Parser::ParseLexedAttribute and Parser::ParseLexedCAttribute should be merged (same for Parser::ParseLexedCAttributeList) #93263

Open
@delcypher

Description

@delcypher

#90786 introduced Parser::ParseLexedCAttributeList and Parser::ParseLexedCAttribute. These shouldn't need to exist they should be replaced with Parser::ParseLexedAttributeList and Parser::ParseLexedAttribute respectively which appear very similar.

This refactoring would mean that more of the late parsing infrastructure for struct fields in C and for a bunch of things in C++ would be shared.

Metadata

Metadata

Assignees

Labels

clang:bounds-safetyIssue/PR relating to the experimental -fbounds-safety feature in Clang

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions