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
[BoundsSafety] Work around a regression in how macro-defined bounds-safety attributes are emitted in diagnostics
A recent auto-merged change from upstream
d9ef62a
seemed to remove the special handling on how macro-defined bounds-safety
attributes are emitted in diagnostics. Adding the specialization for now
to fix the test failure. The task to clean up the special handling of
the macro defined attributes is tracked separately.
This fixes test failures in
Clang :: BoundsSafety/Sema/attributes_in_template_decls_attr_only_mode.cpp
Clang :: BoundsSafety/Sema/complex-typespecs-with-bounds.c
Clang :: BoundsSafety/Sema/terminated-by-attr.c
Clang :: BoundsSafety/Sema/unsafe-late-const.c
rdar://155652853
0 commit comments