DeclContext::KindTrait was not meant to be used outside of DeclContext::CastTo...
DeclContext::KindTrait was not meant to be used outside of DeclContext::CastTo (causes compilation error on MSVC). Add DeclContext::getDeclKind() and use that instead of DeclContext::KindTrait. llvm-svn: 62164
Loading
Please register or sign in to comment