r202360 - [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support

Aaron Ballman aaron at aaronballman.com
Thu Feb 27 06:49:39 PST 2014


On Thu, Feb 27, 2014 at 9:44 AM, Alexander Musman
<alexander.musman at gmail.com> wrote:
> Hi Aaron,
>
> This warning is due to 'omp simd' had no allowed clauses in the first patch.
> I hope to fix this soon by adding clauses (I will send first clause for
> review tomorrow or early next week).

We usually like to keep the builds warning-free whenever possible, but
since this is an expected behavior and work is being done soon to
rectify it, I think it's fine to leave in. I mostly just wanted to
make sure this wasn't an unexpected bug (as has happened before).

However, if you think it'll take longer than early next week to
rectify this, it might make sense to remove the basically empty switch
until you've got some content for it.

Thanks!

~Aaron



More information about the cfe-commits mailing list