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 82dc2d4 commit 262e4c1Copy full SHA for 262e4c1
clang/docs/StandardCPlusPlusModules.rst
@@ -1378,6 +1378,14 @@ merging happening in the semantic analyzer. This is due to a divergence in the
1378
implementation path. This is tracked by
1379
`#61465 <https://github.com/llvm/llvm-project/issues/61465>`_.
1380
1381
+Ignored ``preferred_name`` Attribute
1382
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1383
+
1384
+When Clang writes BMIs, it will ignore the ``preferred_name`` attribute on
1385
+declarations which use it. Thus, the preferred name will not be displayed in
1386
+the debugger as expected. This is tracked by
1387
+`#56490 <https://github.com/llvm/llvm-project/issues/56490>`_.
1388
1389
Don't emit macros about module declaration
1390
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1391
0 commit comments