[all-commits] [llvm/llvm-project] 52f37c: [libc++][NFC] remove this-> when calling member fu...
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Jan 24 15:23:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52f37c24c3f891350394c30096be5e93b063f61e
https://github.com/llvm/llvm-project/commit/52f37c24c3f891350394c30096be5e93b063f61e
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M libcxx/include/string
Log Message:
-----------
[libc++][NFC] remove this-> when calling member functions in <string>
remove `this->` when calling member functions
Reviewed By: Quuxplusone, Mordante, ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D116324
Commit: 014a673441c6050683e059a547ffcbb03004730d
https://github.com/llvm/llvm-project/commit/014a673441c6050683e059a547ffcbb03004730d
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M libcxx/include/__config
M libcxx/include/string
M libcxx/src/string.cpp
Log Message:
-----------
[libc++] Remove std::basic_string's base class in ABIv2
Remove `std::basic_string`'s base class in ABI version 2
Reviewed By: Quuxplusone, ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D116334
Compare: https://github.com/llvm/llvm-project/compare/cd8122b27f8f...014a673441c6
More information about the All-commits
mailing list