AaronBallman wrote:

> So I don't believe this is correct either. We want it to always say the 
> namespace. So `clang::unknown` will diagnose as `unknown attribute 
> 'clang::unknown' ignored` AFAIK. Right @AaronBallman ?

I think what I'm seeing is correct, unless I'm missing something. Attributes 
without namespaces are printed as `foo` and attributes with namespaces are now 
being printed as `bar::foo` instead of `foo`.

https://github.com/llvm/llvm-project/pull/138519
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to