-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Extract Typedefs into extern #23425
Copy link
Copy link
Closed
Labels
Description
To get around the problem of obfuscating typedefs in single pass mode (where the typedefs are casts from JsonObject type's ), we will try and extract typedefs on selected subfolders into an extern.
- locate typedefs
- transform typedefs
- add annotations back to extern declarations
- pass through the extern declarations into single pass
Reactions are currently unavailable