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 2ec7739 commit 274bb3fCopy full SHA for 274bb3f
clang/docs/ReleaseNotes.rst
@@ -311,7 +311,10 @@ Modified Compiler Flags
311
New Pragmas in Clang
312
--------------------
313
314
-- ...
+- The ``clang max_tokens_here`` pragma can be used together with
315
+ `-Wmax-tokens <DiagnosticsReference.html#wmax-tokens>`_ to emit a warning when
316
+ the number of preprocessor tokens exceeds a limit. Such limits can be helpful
317
+ in limiting code growth and slow compiles due to large header files.
318
319
Attribute Changes in Clang
320
--------------------------
0 commit comments