We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4893bc commit a2d2804Copy full SHA for a2d2804
unsupported-features.md
@@ -62,6 +62,7 @@ Due to this ultra-focused design, the following features are not supported and w
62
- [struct members declared as unbounded arrays](https://github.com/pgbovine/opt-cpp-backend/issues/73)
63
- [mixed pointer/array declared types](https://github.com/pgbovine/opt-cpp-backend/issues/74)
64
- [static array initializers](https://github.com/pgbovine/opt-cpp-backend/issues/75)
65
+- code with [undefined behavior](https://blog.regehr.org/archives/213) may not match what happens when running on your own computer!
66
67
Look at these issues for more C/C++ unsupported features: https://github.com/pgbovine/opt-cpp-backend/issues
68
0 commit comments