mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
[libc++] Turn off clang-format for auto-generated version header. NFC.
This commit is contained in:
committed by
Marek Kurdej
parent
ef8b3b5ffd
commit
bcb5a124ae
@@ -170,6 +170,8 @@ __cpp_lib_void_t 201411L <type_traits>
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
// clang-format off
|
||||
|
||||
#if _LIBCPP_STD_VER > 11
|
||||
# define __cpp_lib_chrono_udls 201304L
|
||||
# define __cpp_lib_complex_udls 201309L
|
||||
@@ -365,4 +367,6 @@ __cpp_lib_void_t 201411L <type_traits>
|
||||
# define __cpp_lib_string_contains 202011L
|
||||
#endif
|
||||
|
||||
// clang-format on
|
||||
|
||||
#endif // _LIBCPP_VERSIONH
|
||||
|
||||
@@ -820,8 +820,12 @@ def produce_version_header():
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
// clang-format off
|
||||
|
||||
{cxx_macros}
|
||||
|
||||
// clang-format on
|
||||
|
||||
#endif // _LIBCPP_VERSIONH
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user