This is an archive of the discontinued LLVM Phabricator instance.

[clang] Support C++20's using ENUM_ID::IDENTIFIER
Needs ReviewPublic

Authored by AntonBikineev on Mar 25 2021, 7:04 PM.

Details

Reviewers
rsmith
Summary

This change merely allows nested-name-specifiers for enums in using
declarations but doesn't add support for the "using-enum-declaration"
syntax proposed in P1099.

Diff Detail

Event Timeline

AntonBikineev requested review of this revision.Mar 25 2021, 7:04 PM
AntonBikineev created this revision.