Skip to content

Commit 262e4c1

Browse files
committed
Revert "[clang][Modules] Remove a resloved issue from StandardCPlusPlusModules.rst"
This reverts commit 82dc2d4. The fix has been reverted in f63e8ed
1 parent 82dc2d4 commit 262e4c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

clang/docs/StandardCPlusPlusModules.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,14 @@ merging happening in the semantic analyzer. This is due to a divergence in the
13781378
implementation path. This is tracked by
13791379
`#61465 <https://github.com/llvm/llvm-project/issues/61465>`_.
13801380

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+
13811389
Don't emit macros about module declaration
13821390
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13831391

0 commit comments

Comments
 (0)