Unverified Commit 7429950d authored by Younan Zhang's avatar Younan Zhang Committed by GitHub
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment