| commit | 6a24747beed797b2f1184c66ca45beb4db20eb08 | [log] [tgz] |
|---|---|---|
| author | Francois Pichet <pichet2000@gmail.com> | Wed May 11 02:14:46 2011 +0000 |
| committer | Francois Pichet <pichet2000@gmail.com> | Wed May 11 02:14:46 2011 +0000 |
| tree | 3f45099747b1c9d059048e291506e8246d0f6a91 | |
| parent | 4da89c87b2b6ca31f1015ec19aae65a02971ea9a [diff] |
In Microsoft mode, allow pure specifier (=0) on inline functions declared at class scope.
This removes 2 errors when parsing MFC code with clang
Example:
class A {
virtual void f() = 0 { }
}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131175 91177308-0d34-0410-b5e6-96231b3b80d8