[PATCH] Pragma Loop constant expression support

Tyler Nowicki tyler.nowicki at gmail.com
Fri Sep 5 10:30:47 PDT 2014


Hi Richard,

Thanks for the review. Sorry for the delayed response. I made the changes
you suggested except for the following.

+  Token EoF;
> The 'o' in EOF is traditionally capitalized.


Unfortunately EOF is defined by stdio.h and at least in VS the conflict
triggers a compilation error. Also in PragmaMSPragma::HandlePragma EoF is
used.

Please review the attached patch.

Thanks,

Tyler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140905/ee0d879d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: constexpr-git.patch
Type: application/octet-stream
Size: 44914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140905/ee0d879d/attachment.obj>


More information about the cfe-commits mailing list