]> granicus.if.org Git - clang/commit
[Driver] Add aliases for -Qn/-Qy
authorMikhail Maltsev <mikhail.maltsev@arm.com>
Mon, 11 Jun 2018 16:10:06 +0000 (16:10 +0000)
committerMikhail Maltsev <mikhail.maltsev@arm.com>
Mon, 11 Jun 2018 16:10:06 +0000 (16:10 +0000)
commit7236596c7c2555a2a6c7c31e4721c169ee3b374e
tree9fae76a202ceea65cdf388c5074e4283a99dacec
parenta1f8bd3778cc5a53236a53500c6ab184e945eefa
[Driver] Add aliases for -Qn/-Qy

This patch adds aliases for -Qn (-fno-ident) and -Qy (-fident) which
look less cryptic than -Qn/-Qy. The aliases are compatible with GCC.

Differential Revision: https://reviews.llvm.org/D48021

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334414 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/CodeGen/no-ident-version.c