Skip to content
Commit ce8c59e6 authored by Jan Svoboda's avatar Jan Svoboda
Browse files

Reapply multiple "[clang][cli]" patches

This reverts 7ad66679 and 1876a291 that reverted:

741978d7 [clang][cli] Port CodeGen option flags to new option parsing system
383778e2 [clang][cli] Port LangOpts option flags to new option parsing system
aec2991d [clang][cli] Port LangOpts simple string based options to new option parsing system
95d3cc67 [clang][cli] Port CodeGenOpts simple string flags to new option parsing system
27b7d646 [clang][cli] Streamline MarshallingInfoFlag description
70410a26 [clang][cli] Let denormalizer decide how to render the option based on the option class
63a24816 [clang][cli] Implement `getAllArgValues` marshalling

Commit 741978d7 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 383778e2, 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`.
parent 643e3c90
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment