summaryrefslogtreecommitdiff
path: root/lang/c/pseudoobjc.cpp
AgeCommit message (Expand)Author
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-06-18[ObjC] Improve how [super ...] calls are displayedMark Rowe
2025-06-18[ObjC] Prefer displaying id rather than objc_object*Mark Rowe
2025-06-18[ObjC] Rewrite a couple of additional runtime callsMark Rowe
2025-06-18[ObjC] Display selectors as @selector(...)Mark Rowe
2025-05-29Light unused variable cleanup in Psuedo C/Obj-C Pluginkat
2025-05-29[PseudoObjC] Handle named type references to types that don't existMark Rowe
2025-05-29Detect calls that the Objective-C workflow has rewritten directly to an imple...Mark Rowe
2025-05-29Implement a Pseudo Objective-C language representationMark Rowe