Commits

Jordan Rose committed 577f16c48a5
[ClangImporter] Import constant globals using 'let' instead of 'var'. Previously, we considered all imported globals to be mutable, which would cause problems if you actually tried to change them. <rdar://problem/17020952> Swift SVN r18663