Unverified Commit 9d7299fb authored by Rajveer Singh Bharadwaj's avatar Rajveer Singh Bharadwaj Committed by GitHub
Browse files

[Clang] Add fix-it hint to insert `*` when a modifiable lvalue is required (#94159)

This adds a fix-it hint in situations where a modifiable lvalue is expected, but a prvalue
or non-modifiable lvalue of pointer type was found, so long as dereferencing the pointer 
would result in a modifiable lvalue.

Resolves #93066
parent 54b5c76d
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