Skip to content
Commit 3abc9b8b authored by Francois Pichet's avatar Francois Pichet
Browse files

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 { }
}

llvm-svn: 131175
parent 50117f81
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment