llvm with tablegen backend for capstone disassembler
Go to file
Chris Lattner f3e58e2ebc This patch continues parser-level implementation of designators:
1. It introduces new parser level abstractions for designators
   that are used to communicate between parser and sema.
2. This fixes a FIXME where "identifier ':'" was considered to be
   a designator even if it wasn't the first in a designator list.
3. In the "identifier ':'" case, it actually builds the designator
   representation.

llvm-svn: 58205
2008-10-26 22:36:07 +00:00
clang This patch continues parser-level implementation of designators: 2008-10-26 22:36:07 +00:00
llvm fix PR2953, an off-by-one error handling formatted i/o. 2008-10-26 19:20:47 +00:00