r349053 - [CodeComplete] Fill preferred type on binary expressions

David Green via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 09:25:12 PST 2018


Hello!

Certain version of gcc (along with ccache iirc, where they use -E) don't like these raw strings literals inside macros.

This happens: https://godbolt.org/g/fsXjB7


I've tried to fix it up in <https://reviews.llvm.org/rL339759> https://reviews.llvm.org/rL349059. My choice of variable names may not have been very inspired though. Let me know if anything looks off.


Cheers

Dave

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181213/8f45d7ff/attachment-0001.html>


More information about the cfe-commits mailing list