]> granicus.if.org Git - clang/commit
Allow Microsoft attributes in a constructor's parameter list.
authorFrancois Pichet <pichet2000@gmail.com>
Mon, 31 Jan 2011 04:54:32 +0000 (04:54 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Mon, 31 Jan 2011 04:54:32 +0000 (04:54 +0000)
commitdfaa5fb15da115315513ce356169450a5963977f
treefaaa9ecfeceab8921103a7871243dc020bbdca83
parent6d7f8473cd6e967b3676948894ce72472102f9cb
Allow Microsoft attributes in a constructor's parameter list.
This fixes a few compile errors when parsing <regex> from MSVC 2008 with clang.

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