You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename CheckUnsignedIntegerRepresentation to CheckUnsignedIntRepresentations to more closely match the name of existing functions (There is a function named CheckUnsignedIntRepresentation in the same file)
- Rename NumElementsArg1 to NumElementsArg since we are only checking one arg, with the assertion that the other arg has the same type
- Change diag message displayed when a scalar is passed as an argument. It now uses diag::err_vec_builtin_non_vector to say that AddUint64 expects all its arguments to be vectors
- Remove unintended include `#include "clang/Basic/DiagnosticParse.h"`
0 commit comments