The fix isn't great, but it's hard to fix properly because the completion
code sensibly uses ParmVarDecl to represent parameters, but the AST-building
code sensibly doesn't synthesize them if the type is broken.
Also this case is apparently really rare, so it's probably not worth bending
over backwards for.
Details
Details
- Reviewers
ilya-biryukov - Commits
- rGbc7ff8996452: [CodeComplete] Fix crash when completing ObjC block parameter with a broken type
rC357686: [CodeComplete] Fix crash when completing ObjC block parameter with a broken type
rL357686: [CodeComplete] Fix crash when completing ObjC block parameter with a broken type
Diff Detail
Diff Detail
- Repository
- rL LLVM