-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed as not planned
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillacclang: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 analyzerinvalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bug
Description
| Bugzilla Link | 2291 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@efriedma-quic |
Extended Description
#elif is not in a skipped group so the following must be diagnosed:
#if 1
#elif
#endif
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillacclang: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 analyzerinvalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bug