Go to file
Douglas Gregor fc4f8a1834 Implement semantic analysis for the GNU flexible array initialization
extension. The interaction with designated initializers is a
bit... interesting... but we follow GNU's lead and don't permit too
much crazy code in this area.

Also, make the "excess initializers" error message a bit more
informative.

Addresses PR2561: http://llvm.org/bugs/show_bug.cgi?id=2561

llvm-svn: 63785
2009-02-04 22:46:25 +00:00
clang Implement semantic analysis for the GNU flexible array initialization 2009-02-04 22:46:25 +00:00
llvm Ignore dbg intrinsics. 2009-02-04 21:39:48 +00:00