[cfe-commits] Preliminary patch to support MSVC __declspec(property)

Aaron Ballman aaron at aaronballman.com
Thu Jan 10 06:39:05 PST 2013


I should also note that I'm seeing a couple of warnings in your patch as well:

warning C4062: enumerator 'MSProperty' in switch of enum
'clang::Decl::Kind' is not handled
C:\llvm\llvm\tools\clang\tools\libclang\CIndex.cpp 4545

warning C4062: enumerator 'MSPropertyRefExprClass' in switch of enum
'clang::Stmt::StmtClass' is not handled
C:\llvm\llvm\tools\clang\tools\libclang\CXCursor.cpp 486

~Aaron



More information about the cfe-commits mailing list