Skip to content

Commit 90bc60c

Browse files
authored
[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).
1 parent b0dbd2c commit 90bc60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ AttributeMacros: [
3030
'_LIBCPP_DEPRECATED_IN_CXX20',
3131
'_LIBCPP_DEPRECATED_IN_CXX23',
3232
'_LIBCPP_DEPRECATED',
33+
'_LIBCPP_DISABLE_EXTENSION_WARNING',
3334
'_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION',
3435
'_LIBCPP_EXPORTED_FROM_ABI',
3536
'_LIBCPP_EXTERN_TEMPLATE_TYPE_VIS',

0 commit comments

Comments
 (0)