llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.08k stars 11.99k forks source link

clang::Decl::print #59818

Open xingyc0979 opened 1 year ago

xingyc0979 commented 1 year ago

When the clang::Decl::print interface involves the following asm embedded code, it will ignore the last double colon, resulting in compilation errors. image

llvmbot commented 1 year ago

@llvm/issue-subscribers-clang-frontend