This is an archive of the discontinued LLVM Phabricator instance.

[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
look less cryptic than -Qn/-Qy. The aliases are compatible with GCC.

Diff Detail

Repository
rC Clang

Event Timeline

miyuki created this revision.Jun 11 2018, 6:08 AM
JDevlieghere accepted this revision.Jun 11 2018, 8:49 AM
This revision is now accepted and ready to land.Jun 11 2018, 8:49 AM
This revision was automatically updated to reflect the committed changes.