-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Open
Labels
clang: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 analyzer
Description
See this error message here:
https://godbolt.org/z/x4WPxvzar
We should probably find a way to say recognize we mean 'none of the builtin candidates work' and say something like "all of the builtin candidate operator==s don't work, because operand can't convert to any of the following types:" (or similar) instead of printing everything.
The result as-is, is that we mention 'float' for no good reason.
Metadata
Metadata
Assignees
Labels
clang: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 analyzer