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 7639688 commit 61464c0Copy full SHA for 61464c0
clang/docs/FunctionEffectAnalysis.rst
@@ -375,7 +375,7 @@ A construct like this can be used to exempt code from the checks described here:
375
376
.. code-block:: c++
377
378
- #define NONBLOCKING_UNSAFE(...) \
+ #define NONBLOCKING_UNSAFE(...) \
379
_Pragma("clang diagnostic push") \
380
_Pragma("clang diagnostic ignored \"-Wunknown-warning-option\"") \
381
_Pragma("clang diagnostic ignored \"-Wfunction-effects\"") \
0 commit comments