llvm-6502/lib/MC/MCParser
Kevin Enderby 221514efe9 Add a warning when there is a macro defintion that has named parameters but
the body does not use them and it appears the body has positional parameters.

This can cause unexpected results as in the added test case.  As the darwin
version of gas(1) which only supported positional parameters, happened to
ignore the named parameters.  Now that we want to support both styles of
macros we issue a warning in this specific case.

rdar://12861644


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173199 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-22 21:44:53 +00:00
..
AsmLexer.cpp
AsmParser.cpp Add a warning when there is a macro defintion that has named parameters but 2013-01-22 21:44:53 +00:00
CMakeLists.txt
COFFAsmParser.cpp Use the ExtensionDirectiveHandler type in other places where it makes sense. 2013-01-16 00:50:52 +00:00
DarwinAsmParser.cpp [MC/Mach-O] Add AsmParser support for .linker_option directive. 2013-01-18 01:25:48 +00:00
ELFAsmParser.cpp Use the ExtensionDirectiveHandler type in other places where it makes sense. 2013-01-16 00:50:52 +00:00
LLVMBuild.txt
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp