[libc++] Re-add attribute macro to clang-format (#112746)
That macro was removed incorrectly from the clang-format file because it had a typo in its name. However, the macro with the right name is still being used in the library (sadly, in a single place).
This commit is contained in:
parent
b0dbd2ca5b
commit
90bc60c5a8
@ -30,6 +30,7 @@ AttributeMacros: [
|
||||
'_LIBCPP_DEPRECATED_IN_CXX20',
|
||||
'_LIBCPP_DEPRECATED_IN_CXX23',
|
||||
'_LIBCPP_DEPRECATED',
|
||||
'_LIBCPP_DISABLE_EXTENSION_WARNING',
|
||||
'_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION',
|
||||
'_LIBCPP_EXPORTED_FROM_ABI',
|
||||
'_LIBCPP_EXTERN_TEMPLATE_TYPE_VIS',
|
||||
|
Loading…
x
Reference in New Issue
Block a user