llvm/lib/MC/MCParser
Coby Tayree b28be420c0 [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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299815 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-08 20:29:03 +00:00
..
AsmLexer.cpp
AsmParser.cpp [AsmParser]Emit an error if a macro has two (or more) parameters sharing the same name 2017-04-08 20:29:03 +00:00
CMakeLists.txt
COFFAsmParser.cpp
DarwinAsmParser.cpp
ELFAsmParser.cpp [MC] Set defaults based on section names and support name suffixes 2017-04-04 23:32:45 +00:00
LLVMBuild.txt
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp