* Enable the use of escaped literal strings
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jul 2001 17:48:55 +0000 (17:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jul 2001 17:48:55 +0000 (17:48 +0000)
commit93750fa4f8dac54383c2dcad48a313e6e2d03598
tree7be9644c8ff1b569c075c92b2f2aeceec3b88657
parent0add2d33e414c9627cf5e656760a890101a8ce1e
* Enable the use of escaped literal strings
* Unresolved variable names now have the correct line number for their
  error messages
* Rename Def* to Value*
* Check for symbol table collisions before inserting values
* Remove the STRING keyword
* Enable the use of string literals to initialize constant arrays
* Enable the use of extended constants in more locations: eg ret [int] [4, 5]
* Allow method prototypes to appear in the constant pool of the program
* Support varargs methods better.  Enable varargs methods with 0 fixed
  arguments
* Allow the entire method prototype to optionally be specified in a call inst

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/Lexer.l
lib/AsmParser/ParserInternals.h
lib/AsmParser/llvmAsmParser.y