Skip to content

Commit

Permalink
add c2y
Browse files Browse the repository at this point in the history
  • Loading branch information
5chmidti committed Jul 12, 2024
1 parent 84ab786 commit 1383ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/include/clang/Testing/TestLanguage.def
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ TESTLANGUAGE_C(C, 99, c99, 1)
TESTLANGUAGE_C(C, 11, c11, 2)
TESTLANGUAGE_C(C, 17, c17, 3)
TESTLANGUAGE_C(C, 23, c23, 4)
TESTLANGUAGE_C(C, 26, c2y, 5)

// TESTLANGUAGE_CXX(CXX, 98, c++98, 0)
TESTLANGUAGE_CXX(CXX, 03, c++03, 1)
Expand Down

0 comments on commit 1383ace

Please sign in to comment.