[cfe-dev] new version of If statement

SHEKHAR BHANDAKKAR via cfe-dev cfe-dev at lists.llvm.org
Sat Oct 29 08:27:31 PDT 2016


While using clang 3.8, I had a problem with the new version of the If statement which allows initialisation statement as follows:

``` if(init; condition) ```

I am getting a syntax error while using the new if statement. 

Thanks,
Shekhar 


More information about the cfe-dev mailing list