Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introspector: refine type extraction #203

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DavidKorczynski
Copy link
Collaborator

@DavidKorczynski DavidKorczynski commented Apr 3, 2024

Example output currently:

- "name": "_ZNK6icu_7513MessageFormat6formatEiPKvPKNS_11FormattableEPKNS_13UnicodeStringEiRNS_17AppendableWrapperEPNS_13FieldPositionER10UErrorCode"
  "params":
  - "name": "this"
    "type": "int32_t"
  - "name": "msgStart"
    "type": "const void *"
  - "name": "plNumber"
    "type": "const Formattable *"
  - "name": "arguments"
    "type": "const UnicodeString *"
  - "name": "argumentNames"
    "type": "int32_t"
  - "name": "cnt"
    "type": "AppendableWrapper &"
  - "name": "appendTo"
    "type": "FieldPosition *"
  - "name": "ignore"
    "type": "UErrorCode &"
  "return_type": "void"
  "signature": "void icu_75::MessageFormat::format(int32_t, const void *, const Formattable *, const UnicodeString *, int32_t, AppendableWrapper &, FieldPosition *, UErrorCode &)"
"language": "c++"
"project": "icu"
"target_name": "converter_fuzzer"
"target_path": "/src/icu/icu4c/source/test/fuzzer/converter_fuzzer.cpp"

@DonggeLiu
Copy link
Collaborator

Ops, lint failure : )

@DavidKorczynski
Copy link
Collaborator Author

Ops, lint failure : )

I'll keep it a draft for just a bit, will fix the CI before making it ready :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants