llvm-6502/lib/AsmParser
Duncan Sands 757d243167 Add a convenience method for modifying parameter
attributes.  While there, I noticed that not all
attribute methods returned a pointer-to-constant,
so I fixed that.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44457 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-30 18:19:18 +00:00
..
LLLexer.cpp Rename the 'const' parameter attribute to 'readnone', 2007-11-22 20:23:04 +00:00
LLLexer.h Replace the original flex lexer with a hand writen one. This 2007-11-18 08:46:26 +00:00
llvmAsmParser.cpp.cvs Add some convenience methods for querying attributes, and 2007-11-28 17:07:01 +00:00
llvmAsmParser.h.cvs Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
llvmAsmParser.y Add a convenience method for modifying parameter 2007-11-30 18:19:18 +00:00
llvmAsmParser.y.cvs Add some convenience methods for querying attributes, and 2007-11-28 17:07:01 +00:00
Makefile Replace the original flex lexer with a hand writen one. This 2007-11-18 08:46:26 +00:00
Parser.cpp Replace the original flex lexer with a hand writen one. This 2007-11-18 08:46:26 +00:00
ParserInternals.h Replace the original flex lexer with a hand writen one. This 2007-11-18 08:46:26 +00:00