| commit | 0974b2380f555333aa34125e870e0620af8d11fe | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sat Jul 26 00:20:22 2008 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sat Jul 26 00:20:22 2008 +0000 |
| tree | 6613d4ece518efb1b3baf80baf89a1a35b80de5b | |
| parent | 9acd2f1cd2d2f00534b5e5195af603314eca69a4 [diff] |
improve handling of the horrible GCC objc extension that treats "<foo>" like "id<foo>". This 1) fixes an infinite loop in the parser on things like "short<foo>" 2) emits a warning about this bogus construct and 3) changes the testcase to be substantially reduced. llvm-svn: 54082