Skip to content
Commit c37de302 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

Fix expression recognition in for-loops.

Before: for (; a&& b;) {}
After:  for (; a && b;) {}
llvm-svn: 181017
parent ae426b4a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment