Skip to content

Commit

Permalink
Add Clang 19 support (#17010)
Browse files Browse the repository at this point in the history
* Add Clang 19 support

* Update conan/internal/default_settings.py
  • Loading branch information
AbrilRBS authored Sep 20, 2024
1 parent 7179562 commit ac8db86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/internal/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
clang:
version: ["3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0",
"5.0", "6.0", "7.0", "7.1",
"8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"]
"8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]
libcxx: [null, libstdc++, libstdc++11, libc++, c++_shared, c++_static]
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23]
runtime: [null, static, dynamic]
Expand Down

0 comments on commit ac8db86

Please sign in to comment.