]> granicus.if.org Git - clang/commit
Implement block pseudo-storage class modifiers (__block, __byref).
authorSteve Naroff <snaroff@apple.com>
Tue, 2 Sep 2008 15:20:19 +0000 (15:20 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 2 Sep 2008 15:20:19 +0000 (15:20 +0000)
commit042f955a20e67cd8c8cdfede96bc6ec5a7234294
tree618711ba7a58fbbe2baa8226df7061b3c543af29
parent24653e8010dd4e4226a3889ed5c426ae248ae553
Implement block pseudo-storage class modifiers (__block, __byref).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55635 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Preprocessor.cpp
test/Parser/block-block-storageclass.c [new file with mode: 0644]