K 10 svn:author V 3 dim K 8 svn:date V 27 2014-12-25T23:57:31.333180Z K 7 svn:log V 538 Pull in r224415 from upstream llvm trunk (by Justin Hibbits): Add parsing of 'foo@local". Summary: Currently, it supports generating, but not parsing, this expression. Test added as well. Test Plan: New test added, no regressions due to this. Reviewers: hfinkel Reviewed By: hfinkel Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D6672 Pull in r224494 from upstream llvm trunk (by Justin Hibbits): Add a corresponding '@LOCAL' parse to match r224415. Pointed out by Jim Grosbach. END