[qt/clang/llvm-project]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm-project Pushed by mirror-service into branch 'upstream/users/jtstogel/realpath/follow-symlinks'. Changed from 0000000000000000000000000000000000000000 to 01b8b7cd0199a1b990b1509188ac6106ed45787e Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 517d15a6e9559db52b5a376ab2e5b9f6121ca055 by jtstogel on 27/07/2026 at 01:58.. [libc][cpp::string] Implement replace https://invent.kde.org/qt/clang/llvm-project/-/commit/517d15a6e9559db52b5a376ab2e5b9f6121ca055 Git commit 01b8b7cd0199a1b990b1509188ac6106ed45787e by jtstogel on 27/07/2026 at 02:23.. [libc][realpath] Follow symlinks This commit updates realpath to call readlinkat on symlinks during path resolution. In order to do, it updates `PendingPath` to store a `cpp::string` that is prepended with a symlink target when resolved. This could be more efficient by using a `PATH_MAX` buffer and storing the path at the end of the buffer, but using a `cpp::string` avoids the pointer arithmetic and manual memory management that comes with that approach. https://invent.kde.org/qt/clang/llvm-project/-/commit/01b8b7cd0199a1b990b1509188ac6106ed45787e