"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "60c13c77127954f95336970e7c3ea4a783dc3744"
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