Coby Tayree 51d1fe99be [AsmParser]Emit an error if a macro has two (or more) parameters sharing the same name
Introducing a new error to macro parameters' parsing:
currently, llvm-mc won't complain if a macro have two (or more) named params with the same name.
this behavior is false, as there's no merit in having some params sharing a name.
now, instead of tolerate such a phenomena - emit an appropriate error.

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

llvm-svn: 299815
2017-04-08 20:29:03 +00:00
..
2014-02-23 23:02:18 +00:00
2015-03-18 14:20:54 +00:00
2016-03-01 08:18:28 +00:00
2016-03-01 08:18:28 +00:00
2017-03-22 14:04:19 +00:00
2015-05-22 21:37:13 +00:00