[all-commits] [llvm/llvm-project] 742995: [clang][CodeComplete] Recurse into the subexpressi...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Mon May 27 00:56:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7429950d840b8fec3d9a48d00e612a3240c2be83
https://github.com/llvm/llvm-project/commit/7429950d840b8fec3d9a48d00e612a3240c2be83
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M clang/lib/Sema/SemaCodeComplete.cpp
M clang/test/CodeCompletion/member-access.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list