yaxunl added a comment.

In https://reviews.llvm.org/D35082#844620, @rjmccall wrote:

> The meaning we've agreed on for LangAS::Default is to be the address space of 
> local declarations, which corresponds quite well to __private in OpenCL.  I 
> think your concern about diagnostics is better addressed by changing the 
> pretty-printer than by changing Sema to give all local declarations qualified 
> type.


How about adding a ImplicitAddrSpace bit to Qualifier to indicate address space 
is implicit, then does not print the address space qualifier in AST printer if 
the bit is set.


https://reviews.llvm.org/D35082



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to