Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable...
Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable will have the right type by the time the initializer is checked. This ensures that code like int a[(int)(1.0 / 1.0) = { 1 } will work. Eli, please review. llvm-svn: 65725
Loading
Please register or sign in to comment