This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix some typos and remove unused macros. NFCI.
ClosedPublic

Authored by Quuxplusone on Apr 18 2021, 7:19 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Summary

Depends on D100736.

Diff Detail

Event Timeline

Quuxplusone requested review of this revision.Apr 18 2021, 7:19 PM
Quuxplusone created this revision.
Herald added a reviewer: Restricted Project. · View Herald TranscriptApr 18 2021, 7:19 PM
ldionne accepted this revision.Apr 19 2021, 7:01 AM

LGTM after fixing the test and making sure CI is green. Thanks!

libcxx/test/std/containers/sequences/list/list.capacity/resize_size.pass.cpp
36

This test will need to be fixed in C++03.

This revision is now accepted and ready to land.Apr 19 2021, 7:01 AM

Fix tests in C++03 mode. Poke buildbot. Will land, if this buildkite run passes.

ldionne accepted this revision.Apr 21 2021, 2:33 PM

This looks OK to me, the only CI failure was a fluke. Feel free to commit as-is.