Skip to content

bug in inline namespaces #24110

Closed
Closed
@llvmbot

Description

@llvmbot
Bugzilla Link23736
Versiontrunk
OSWindows NT
ReporterLLVM Bugzilla Contributor
CC@DougGregor,@jyknight,@zygoloid

Extended Description

This code defines function a::f, but I believe it should defines function a::b::f. GCC defines a::b::f.

namespacea { inlinenamespaceb { voidf(); } } voida::f() { }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillac++11clang:frontendLanguage frontend issues, e.g. anything involving "Sema"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      close