[clang] [clang] Prioritze decl comments from macro expansion site (PR #65481)

Ben Barham via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 15:16:27 PDT 2023


================
@@ -56,7 +56,6 @@ void functionFromMacro(void) { \
       typedef struct Struct_notdoxy Struct_notdoxy; \
     }
 
-/// IS_DOXYGEN_NOT_ATTACHED
----------------
bnbarham wrote:

I think it would be worth adding another test case where we have this one and check that it uses this comment over the one in the macro.

https://github.com/llvm/llvm-project/pull/65481


More information about the cfe-commits mailing list