Add support for Microsoft __interface keyword. An __interface class is...
Add support for Microsoft __interface keyword. An __interface class is basically a normal class containing just pure virtual functions. No urgency to enforce that restriction in clang for now, so make __interface an "class" alias. llvm-svn: 130290
Loading
Please register or sign in to comment