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 1fa2e4d commit a224d0bCopy full SHA for a224d0b
libc/docs/dev/code_style.rst
@@ -178,3 +178,11 @@ these functions do not call the constructors and destructors of the
178
allocated/deallocated objects. So, use these functions carefully and only
179
when it is absolutely clear that constructor and destructor invocation is
180
not required.
181
+
182
+Warnings in sources
183
+===================
184
185
+We expect contributions to be free of warnings from the `minimum supported
186
+compiler versions`__ (and newer).
187
188
+.. __: https://libc.llvm.org/compiler_support.html#minimum-supported-versions
0 commit comments