mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Strip CXType_RValueReference
This commit is contained in:
parent
bc28bfef45
commit
bf7ffb3c9d
@ -60,6 +60,7 @@ ClangType ClangType::strip_qualifiers() const {
|
||||
switch (cx_type.kind) {
|
||||
case CXType_LValueReference:
|
||||
case CXType_Pointer:
|
||||
case CXType_RValueReference:
|
||||
return clang_getPointeeType(cx_type);
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user