Commits

Doug Gregor committed 611a5cce4bd
Replace the library-defined postfix '!' with an expr-postfix production. As with the monadic '?', we treat any left-bound '!' as a postfix operator. Currently, it extracts the value of its optional subexpression, failing at run-time if the optional is empty. Swift SVN r8948