]> granicus.if.org Git - clang/commit
Patch to accept '_' in addition to '.' as version
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 2 Oct 2014 16:39:45 +0000 (16:39 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 2 Oct 2014 16:39:45 +0000 (16:39 +0000)
commit6c083aa6a8b26ceb6cbef888d538e0498d0f117e
tree120d80ce5f13f8064f798e624f294ffc82ede056
parentaeb717338e9b3992112ce33b4cc03c7641c2846e
Patch to accept '_' in addition to '.' as version
number separator in "availability" attribute.
rdar://18490958

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218884 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
test/SemaObjC/attr-availability-1.m [new file with mode: 0644]