[libcxx-commits] [PATCH] D75905: [libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if.
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 10 07:32:16 PDT 2020
curdeius added a comment.
The pre-merge build results show this build as failed because of failing clang-format linter tests (https://reviews.llvm.org/harbormaster/build/52549/, https://results.llvm-merge-guard.org/amd64_debian_testing_clang8-4604/summary.html).
However, these "failures" are all misindentations of preprocessor directives in generated files in `libcxx/test/std/language.support/support.limits/support.limits.general/`.
That's out of scope of this patch, but isn't the real fix modifying `.clang-format` config file to indent PP directives (or having a local copy of `.clang-format` in tests)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75905/new/
https://reviews.llvm.org/D75905
More information about the libcxx-commits
mailing list