We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615abbc commit 41ce989Copy full SHA for 41ce989
README.md
@@ -73,8 +73,8 @@ Want to experiment with TInCuP before installing? Use our Compiler Explorer exam
73
74
### Enhanced Error Diagnostics:
75
76
- | Error \ Compiler | clang-20.1.0 | x86-64 gcc 14.1 |
77
- | :--- | :--- | :--- |
+ | Error \ Compiler | x86-64 clang-20.1.0 | x86-64 gcc 14.1 |
+ | :--- | :---: | :---: |
78
| Forgetting to Dereference a Pointer | [CLICK](https://godbolt.org/z/vTG4hrKrx) | [CLICK](https://godbolt.org/z/baEqsshvY) |
79
| Passing a `const` When Mutable Expected | [CLICK](https://godbolt.org/z/Mdc381Gz4) | [CLICK](https://godbolt.org/z/n8rd68WYG) |
80
| Incorrect Argument Order | [CLICK](https://godbolt.org/z/349nK567j) | [CLICK](https://godbolt.org/z/zhPh7rha5) |
0 commit comments