-
Notifications
You must be signed in to change notification settings - Fork 15k
Closed
Labels
awaiting-reviewHas pending Phabricator reviewHas pending Phabricator reviewbugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:diagnosticsNew/improved warning or error message in Clang, but not in clang-tidy or static analyzerNew/improved warning or error message in Clang, but not in clang-tidy or static analyzergood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contribute
Description
Bugzilla Link | 27960 |
Version | unspecified |
OS | All |
CC | @hfinkel,@zygoloid,@Weverything,@seanm |
Extended Description
Code such as this produces no warning
void bar(int x)
{
if ((x == 0) >> 3)
{
}
}
Discovered from problem fixed in r271356
Metadata
Metadata
Assignees
Labels
awaiting-reviewHas pending Phabricator reviewHas pending Phabricator reviewbugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:diagnosticsNew/improved warning or error message in Clang, but not in clang-tidy or static analyzerNew/improved warning or error message in Clang, but not in clang-tidy or static analyzergood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contribute