Fix mismerge in r262121
A break statement was lost in the merge. The error had no functional impact, but restore it to reduce the diff against upstream.
This commit is contained in:
parent
dc56a06bc6
commit
f1336624c4
@ -1915,6 +1915,7 @@ ClangASTType::GetEncoding (uint64_t &count) const
|
||||
case clang::Type::Decltype:
|
||||
case clang::Type::TemplateSpecialization:
|
||||
case clang::Type::Atomic:
|
||||
break;
|
||||
|
||||
// pointer type decayed from an array or function type.
|
||||
case clang::Type::Decayed:
|
||||
|
Loading…
Reference in New Issue
Block a user