On May 2, 2009, at 10:45 AM, Anders Carlsson wrote: > URL: http://llvm.org/viewvc/llvm-project?rev=70634&view=rev > Log: > Downgrade the invalid offsetof error to a warning.
Should the warning default to error? > +def warn_offsetof_non_pod_type : Warning<"offset of on non-POD type > %0">, > + InGroup<InvalidOffsetof>; If so, just add ", DefaultError" -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
