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 695e618 commit 2cb7815Copy full SHA for 2cb7815
clang/docs/ReleaseNotes.rst
@@ -287,6 +287,9 @@ Attribute Changes in Clang
287
This allows the ``_Nullable`` and ``_Nonnull`` family of type attributes to
288
apply to this class.
289
290
+- Clang now warns that the ``exclude_from_explicit_instantiation`` attribute
291
+ is ignored when applied to a local class or a member thereof.
292
+
293
Improvements to Clang's diagnostics
294
-----------------------------------
295
- Clang now applies syntax highlighting to the code snippets it
0 commit comments