[all-commits] [llvm/llvm-project] 24b3c5: [libc++] Support no libc++ namespace in the iterat...
Vladimir Vereschaka via All-commits
all-commits at lists.llvm.org
Fri Nov 27 15:10:27 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 24b3c57adecd0867a2194dfe79643e1f0c962590
https://github.com/llvm/llvm-project/commit/24b3c57adecd0867a2194dfe79643e1f0c962590
Author: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M libcxx/test/std/iterators/iterator.primitives/iterator.traits/empty.fail.cpp
Log Message:
-----------
[libc++] Support no libc++ namespace in the iterator test.
The 5f12f4ff9078455cad9d4806da01f570553a5bf9 commit suppress printing of
inline namespace names in diagnostics by default that breaks the libc++
iterator test, which expects __1 in the namespace.
This patch fixes the test by supporting a test case without __1 in the
namespace.
Differential Revision: https://reviews.llvm.org/D92142
More information about the All-commits
mailing list