Page MenuHomePhabricator
Feed Advanced Search

Dec 10 2022

PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

rebase to latest main branch and add P2467R1 to release note

Dec 10 2022, 1:20 AM · Restricted Project, Restricted Project

Dec 2 2022

PragmaTwice added a comment to D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

Hi @ldionne @philnik , more tests are added now, feel free to review it again. So thanks!

Dec 2 2022, 7:53 PM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

Added more tests according to @Idionne 's suggestions

Dec 2 2022, 1:00 AM · Restricted Project, Restricted Project

Dec 1 2022

PragmaTwice added inline comments to D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
Dec 1 2022, 7:04 AM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

add since C++23 comment

Dec 1 2022, 7:04 AM · Restricted Project, Restricted Project

Nov 9 2022

PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

finish changes requested by philnik, so thanks!

Nov 9 2022, 11:50 PM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

update test file

Nov 9 2022, 11:46 PM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

rebase

Nov 9 2022, 11:28 PM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

replace defined(__cpp_lib_ios_noreplace) with _LIBCPP_STD_VER >= 23

Nov 9 2022, 11:26 PM · Restricted Project, Restricted Project

Nov 8 2022

PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

replace path.c_str() with path.string().c_str()

Nov 8 2022, 6:57 PM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

fix conditional inclusion

Nov 8 2022, 10:33 AM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

generate ios.version.compile.pass.cpp

Nov 8 2022, 9:58 AM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

apply generated docs patch from CI

Nov 8 2022, 9:19 AM · Restricted Project, Restricted Project
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.

apply clang format patch

Nov 8 2022, 7:22 AM · Restricted Project, Restricted Project
PragmaTwice updated PragmaTwice.
Nov 8 2022, 6:40 AM
PragmaTwice updated the summary of D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
Nov 8 2022, 6:36 AM · Restricted Project, Restricted Project
PragmaTwice updated the summary of D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
Nov 8 2022, 6:36 AM · Restricted Project, Restricted Project
PragmaTwice requested review of D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
Nov 8 2022, 6:28 AM · Restricted Project, Restricted Project

Dec 16 2019

PragmaTwice updated the summary of D71535: [clang][AST] Make 'getPartialSpecializations' const-qualified in DeclTemplate.
Dec 16 2019, 4:28 AM · Restricted Project
PragmaTwice added reviewers for D71535: [clang][AST] Make 'getPartialSpecializations' const-qualified in DeclTemplate: rsmith, doug.gregor, chandlerc, akyrtzi.
Dec 16 2019, 4:19 AM · Restricted Project
PragmaTwice created D71535: [clang][AST] Make 'getPartialSpecializations' const-qualified in DeclTemplate.
Dec 16 2019, 3:16 AM · Restricted Project