[all-commits] [llvm/llvm-project] 6c1bb4: [Clang] Remove workaround for libstdc++4.7 (#139693)
cor3ntin via All-commits
all-commits at lists.llvm.org
Tue May 13 23:41:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c1bb48cc45396894597c8cb897c31205d1bdeb6
https://github.com/llvm/llvm-project/commit/6c1bb48cc45396894597c8cb897c31205d1bdeb6
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2025-05-14 (Wed, 14 May 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Sema/SemaInit.cpp
R clang/test/SemaCXX/libstdcxx_gets_hack.cpp
R clang/test/SemaCXX/libstdcxx_pointer_return_false_hack.cpp
Log Message:
-----------
[Clang] Remove workaround for libstdc++4.7 (#139693)
We document libstdc++4.8 as the minimum supported version, and we
carried a hack for `include/tr1/hashtable.h` fixed in 4.7.
Cleanup some libstdc++ compatibility comments.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list