Files
clang-p2996/clang/test/CodeCompletion/member-access.cpp
Younan Zhang 7429950d84 [clang][CodeComplete] Recurse into the subexpression of deref operator in getApproximateType (#93404)
The issue with the previous implementation bc31be7 was that
getApproximateType could potentially return a null QualType for a
dereferencing operator, which is not what its caller wants.
2024-05-27 15:56:37 +08:00

14 KiB