mstorsjo wrote:

> Oof. I didn't realize we had that as a pragma. :-/ Yeah, I think the expected 
> priority is: local takes precedence over pragma takes precedence over command 
> line. So you may have to do the exclusion the hard way (manually).

Thanks! Yes, such an order of precedence seems reasonable.

As the pragma seems to show up in the form of an attribute at the level of 
`AST/Decl.cpp`, at what level should I check this to be able to distinguish 
pragma+attribute vs attribute+attribute?

https://github.com/llvm/llvm-project/pull/71148
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to