* Add support for null as a constant
authorChris Lattner <sabre@nondot.org>
Wed, 3 Oct 2001 01:49:25 +0000 (01:49 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Oct 2001 01:49:25 +0000 (01:49 +0000)
commitdf7306f1b93953ce99a8e4dadf74ac8f1d5686dc
tree2e7bc9376583d8ebf9611c15b0fd48e77fb13dd8
parentfe5e584cd9df2e1c4c593137d0b5ab696e2d7e36
* Add support for null as a constant
* Allow multiple definitions of a type with the same name as long as they are the same type
* Eagerly resolve types to allow #2 to work instead of after the whole const pool has been processed
* Change grammar to require a const before a local constant definition

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