Add support for Microsoft __if_exists, __if_not_exists extension at class scope.
Example: typedef int TYPE; class C { __if_exists(TYPE) { TYPE a; } __if_not_exists(TYPE) { this will never be parsed. } }; llvm-svn: 132052
Loading
Please register or sign in to comment