Commits

Maxwell Swadling committed 963619cdc13
[stdlib] C_ARG{c,v} renamed to argc/unsafeArgv Fixes rdar://problem/17229052 Make it clear C_ARGV var is unsafe. Made it impossible to set the argc/unsafeArgv outside of the stdlib. Refactored tests to not use C_ARG{C,V}. Made C_ARG{C,V} unavailable. Swift SVN r23249