You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts 7ad6667 and 1876a29 that reverted:
741978d [clang][cli] Port CodeGen option flags to new option parsing system
383778e [clang][cli] Port LangOpts option flags to new option parsing system
aec2991 [clang][cli] Port LangOpts simple string based options to new option parsing system
95d3cc6 [clang][cli] Port CodeGenOpts simple string flags to new option parsing system
27b7d64 [clang][cli] Streamline MarshallingInfoFlag description
70410a2 [clang][cli] Let denormalizer decide how to render the option based on the option class
63a2481 [clang][cli] Implement `getAllArgValues` marshalling
Commit 741978d accidentally changed the `Group` attribute of `g[no_]column_info` options from `g_flags_Group` to `g_Group`, which changed the debug info options passed to cc1 by the driver.
Similar change was also present in 383778e, which accidentally added `Group<f_Group>` to `f[no_]const_strings` and `f[no_]signed_wchar`.
This patch corrects all three accidental changes by replacing `Bool{G,F}Option` with `BoolCC1Option`.
0 commit comments