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 36719c8 commit 212e5e4Copy full SHA for 212e5e4
clang-tools-extra/docs/clang-tidy/checks/readability/use-concise-preprocessor-directives.rst
@@ -1,7 +1,7 @@
1
.. title:: clang-tidy - readability-use-concise-preprocessor-directives
2
3
readability-use-concise-preprocessor-directives
4
-=============================================
+===============================================
5
6
Finds uses of ``#if`` that can be simplified to ``#ifdef`` or ``#ifndef`` and,
7
since C23 and C++23, uses of ``#elif`` that can be simplified to ``#elifdef``
0 commit comments