https://blogs.msdn.microsoft.com/vcblog/2016/11/16/permissive-switch/ makes it sound like this is similar to -pedantic, which we currently don't expose from clang-cl. So map it to that for now and see how that feels in practice.
Looks like cl.exe only has a flag for /permissive-, but no explicit flag for /permissive (the default).