This patch adds aliases for -Qn (-fno-ident) and -Qy (-fident) which
look less cryptic than -Qn/-Qy. The aliases are compatible with GCC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D48021
[Driver] Add aliases for -Qn/-Qy ClosedPublic Authored by miyuki on Jun 11 2018, 6:08 AM.
Details Summary This patch adds aliases for -Qn (-fno-ident) and -Qy (-fident) which
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 11 2018, 8:49 AM Closed by commit rC334414: [Driver] Add aliases for -Qn/-Qy (authored by miyuki). · Explain WhyJun 11 2018, 9:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150772 include/clang/Driver/Options.td
test/CodeGen/no-ident-version.c
|