[clang] [Support] Deprecate system_endianness (PR #68279)

2023-10-09 Thread Sergei Barannikov via cfe-commits
@@ -248,7 +248,7 @@ class HashBuilder : public HashBuilderBase { /// template s-barannikov wrote: This should've been updated too, I guess. Same below. https://github.com/llvm/llvm-project/pull/68279 ___

[clang] [Support] Deprecate system_endianness (PR #68279)

2023-10-05 Thread Kazu Hirata via cfe-commits
kazutakahirata wrote: > nit: typos in the commit/PR message: bit --> big Thanks! Fixed the commit message as I merged the commit. https://github.com/llvm/llvm-project/pull/68279 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [Support] Deprecate system_endianness (PR #68279)

2023-10-05 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/68279 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Support] Deprecate system_endianness (PR #68279)

2023-10-05 Thread Jakub Kuderski via cfe-commits
https://github.com/kuhar approved this pull request. nit: typos in the commit/PR message: bit --> big code lgtm https://github.com/llvm/llvm-project/pull/68279 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [Support] Deprecate system_endianness (PR #68279)

2023-10-05 Thread Markus Böck via cfe-commits
https://github.com/zero9178 approved this pull request. https://github.com/llvm/llvm-project/pull/68279 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Support] Deprecate system_endianness (PR #68279)

2023-10-04 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-support Changes system_endianness() just returns llvm::endianness::native, a compile-time constant equivalent to std::native in C++20. This patch deprecates system_endianness() while replacing all invocations of system_endianness() with

[clang] [Support] Deprecate system_endianness (PR #68279)

2023-10-04 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/68279 system_endianness() just returns llvm::endianness::native, a compile-time constant equivalent to std::native in C++20. This patch deprecates system_endianness() while replacing all invocations of