[clang][CodeComplete] Recurse into the subexpression of deref operator in...
[clang][CodeComplete] Recurse into the subexpression of deref operator in getApproximateType (#93404) The issue with the previous implementation bc31be79 was that getApproximateType could potentially return a null QualType for a dereferencing operator, which is not what its caller wants.
parent
76b9d389
Please register or sign in to comment