]> granicus.if.org Git - clang/commit
Properly parsing __declspec(safebuffers), though there is no semantic hookup. For...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 4 May 2013 16:58:37 +0000 (16:58 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 4 May 2013 16:58:37 +0000 (16:58 +0000)
commit3ce0de611e7f754df9ba9f883333eef8399f7af7
tree5502c537d299af236edc33a4db45460472b55c17
parentf9734241b141ad9c19969bab9b56dd4246e35e7d
Properly parsing __declspec(safebuffers), though there is no semantic hookup.  For more information about safebuffers, see MSDN: http://msdn.microsoft.com/en-us/library/dd778695(v=vs.110).aspx

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181123 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
test/Parser/MicrosoftExtensions.c