Commits
Chris Lattner committed ed76b03ede4
Several small things: 1) Change our "static variables not yet supported in classes" error to print as "class variables not yet support". 2) Add a sema testcase for @NSManaged 3) Move NSManaged type checking logic to TypeCheckAttr.cpp to follow the form of the other attributes, and to benefit from the infrastructure there. Swift SVN r17885