-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed as duplicate of#82780
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"duplicateResolved as duplicateResolved as duplicate
Description
According to #59619, there is no work remaining to add this feature, yet it still lacks a feature test macro which is being worked around like this in libcxx.
The release notes for clang 18.1 had this to say:
Because the support for this feature is still experimental, the feature test macro __cpp_explicit_this_parameter was not set in this version. However, its support can be tested with __has_extension(cxx_explicit_this_parameter).
If this feature is complete, the feature test macro should be added. If it is incomplete, there should be an issue to point to describing the remaining work.
Metadata
Metadata
Assignees
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"duplicateResolved as duplicateResolved as duplicate