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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits