Skip to content

Clang complains about attributes post-definition #6733

@llvmbot

Description

@llvmbot
Bugzilla Link 6361
Resolution FIXED
Resolved on Sep 23, 2013 17:15
Version trunk
OS Windows NT
Blocks llvm/llvm-bugzilla-archive#6815 llvm/llvm-bugzilla-archive#10638
Reporter LLVM Bugzilla Contributor
CC @rnk

Extended Description

Here's a testcase :

void a(){}
void __cdecl a();

Clang emits a warning, but there is no way to disable it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang: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