Author: Haojian Wu
Date: 2025-02-17T10:46:11+01:00
New Revision: 82dc2d403066a84ef0051b06f1d179e00331f319

URL: 
https://github.com/llvm/llvm-project/commit/82dc2d403066a84ef0051b06f1d179e00331f319
DIFF: 
https://github.com/llvm/llvm-project/commit/82dc2d403066a84ef0051b06f1d179e00331f319.diff

LOG: [clang][Modules] Remove a resloved issue from StandardCPlusPlusModules.rst

The issue has been fixed in https://github.com/llvm/llvm-project/pull/122726

Added: 
    

Modified: 
    clang/docs/StandardCPlusPlusModules.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/StandardCPlusPlusModules.rst 
b/clang/docs/StandardCPlusPlusModules.rst
index 93edce0cf90b7..2720b40382717 100644
--- a/clang/docs/StandardCPlusPlusModules.rst
+++ b/clang/docs/StandardCPlusPlusModules.rst
@@ -1378,14 +1378,6 @@ 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to