forked from OSchip/llvm-project
[libclang] Fix -Wswitch after D129883
This commit is contained in:
parent
069ecd0c6e
commit
efd97c716b
|
@ -6658,6 +6658,7 @@ CXCursor clang_getCursorDefinition(CXCursor C) {
|
|||
case Decl::Binding:
|
||||
case Decl::MSProperty:
|
||||
case Decl::MSGuid:
|
||||
case Decl::HLSLBuffer:
|
||||
case Decl::UnnamedGlobalConstant:
|
||||
case Decl::TemplateParamObject:
|
||||
case Decl::IndirectField:
|
||||
|
|
Loading…
Reference in New Issue