mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
the argument description in the command name could cause a command alias to crash, e.g. command alias zzz target stop-hook delete 1 because the "name" is used to re-fetch the exact CommandObject when adding the final arg. <rdar://problem/10423753> llvm-svn: 144330