Here's a patch that cleans up an annoyance we've had lately with trying to keep our source base working with both clang and MSVC2003. Clang doesn't warn about the missing semicolon in a declaration like:
struct s {
int a
};
But MSVC chokes on it. GCC defaults to warning about this error. If the patch
looks okay, let me know and I'll commit it.
-- Carl
semicolon_patch.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
