Skip to content

Commit b51eaeb

Browse files
authored
[libc++] Remove workaround for clang-tidy 16 in the test suite setup code (#69035)
We have moved to clang-tidy 17 now, so the workaround shouldn't be necessary.
1 parent 6ade518 commit b51eaeb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libcxx/utils/libcxx/test/params.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@
7777

7878

7979
def getStdFlag(cfg, std):
80-
# TODO(LLVM-17) Remove this clang-tidy-16 work-around
81-
if std == "c++23":
82-
std = "c++2b"
8380
if hasCompileFlag(cfg, "-std=" + std):
8481
return "-std=" + std
8582
# TODO(LLVM-19) Remove the fallbacks needed for Clang 16.

0 commit comments

Comments
 (0)