Details
- Reviewers
aaron.ballman
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Shouldn't the "yes/Yes" entries display Clang major version numbers instead?
Throughout, "NO" should be "No" (compare to lines 1221 and 1226).
clang/www/cxx_status.html | ||
---|---|---|
1287 | <td><tt>if consteval</tt></td> |
clang/www/cxx_status.html | ||
---|---|---|
1289 | Same fix applies elsewhere | |
1294 | You should find out which version of Clang this support was introduced in and list the version explicitly. We typically use "Yes" for "it's always been like this". In this case, this one is Clang 13 and unreleased (rather than "full"). | |
1319 |
clang/www/cxx_status.html | ||
---|---|---|
1294 | Right, I did check for the wrong thing |
<td><tt>if consteval</tt></td>