rebase to latest main branch and add P2467R1 to release note
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Dec 10 2022
Dec 10 2022
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
Dec 2 2022
Dec 2 2022
PragmaTwice added a comment to D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
Added more tests according to @Idionne 's suggestions
Dec 1 2022
Dec 1 2022
PragmaTwice added inline comments to D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
add since C++23 comment
Nov 9 2022
Nov 9 2022
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
finish changes requested by philnik, so thanks!
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
update test file
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
rebase
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 8 2022
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()
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
fix conditional inclusion
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
generate ios.version.compile.pass.cpp
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
apply generated docs patch from CI
PragmaTwice updated the diff for D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
apply clang format patch
PragmaTwice updated the summary of D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
PragmaTwice updated the summary of D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
PragmaTwice requested review of D137640: [libcxx] Implement P2467R1: Support exclusive mode for fstreams.
Dec 16 2019
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