Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Lose colors when a loop under directives #174

Open
Outofpit opened this issue Sep 2, 2018 · 0 comments
Open

Lose colors when a loop under directives #174

Outofpit opened this issue Sep 2, 2018 · 0 comments

Comments

@Outofpit
Copy link

Outofpit commented Sep 2, 2018

A loop like

for (int i =0; i < x; i ++)
  runfunc(a, b, c,d );

will be colored perfectly, but a loop like

#pragma unroll
for (int i =0; i < x; i ++)
  runfunc(a, b, c, d);

will have no color at all.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant