[clang] 262e4c1 - Revert "[clang][Modules] Remove a resloved issue from StandardCPlusPlusModules.rst"
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 01:49:17 PST 2025
Author: Haojian Wu
Date: 2025-02-17T10:47:43+01:00
New Revision: 262e4c19878175780c88da867e88fc4e202d4788
URL: https://github.com/llvm/llvm-project/commit/262e4c19878175780c88da867e88fc4e202d4788
DIFF: https://github.com/llvm/llvm-project/commit/262e4c19878175780c88da867e88fc4e202d4788.diff
LOG: Revert "[clang][Modules] Remove a resloved issue from StandardCPlusPlusModules.rst"
This reverts commit 82dc2d403066a84ef0051b06f1d179e00331f319.
The fix has been reverted in f63e8ed16ef1fd2deb80cd88b5ca9d5b631b1c36
Added:
Modified:
clang/docs/StandardCPlusPlusModules.rst
Removed:
################################################################################
diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst
index 2720b40382717..93edce0cf90b7 100644
--- a/clang/docs/StandardCPlusPlusModules.rst
+++ b/clang/docs/StandardCPlusPlusModules.rst
@@ -1378,6 +1378,14 @@ merging happening in the semantic analyzer. This is due to a divergence in the
implementation path. This is tracked by
`#61465 <https://github.com/llvm/llvm-project/issues/61465>`_.
+Ignored ``preferred_name`` Attribute
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When Clang writes BMIs, it will ignore the ``preferred_name`` attribute on
+declarations which use it. Thus, the preferred name will not be displayed in
+the debugger as expected. This is tracked by
+`#56490 <https://github.com/llvm/llvm-project/issues/56490>`_.
+
Don't emit macros about module declaration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the cfe-commits
mailing list