[clang] [Clang][Comments] Attach comments to decl even if preproc directives are in between (PR #88367)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 9 14:42:25 PDT 2024
================
@@ -533,6 +533,8 @@ __rdtscp(unsigned int *__A) {
/// \see __rdpmc
#define _rdpmc(A) __rdpmc(A)
+;
----------------
hdoc wrote:
Agreed, I think it will need to change at some point and I will see if we can get support for doing that work.
https://github.com/llvm/llvm-project/pull/88367
More information about the cfe-commits
mailing list