[cfe-commits] [libcxxabi] r152338 - /libcxxabi/trunk/lib/buildit

Howard Hinnant hhinnant at apple.com
Thu Mar 8 12:55:14 PST 2012


Author: hhinnant
Date: Thu Mar  8 14:55:13 2012
New Revision: 152338

URL: http://llvm.org/viewvc/llvm-project?rev=152338&view=rev
Log:
Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.

Modified:
    libcxxabi/trunk/lib/buildit

Modified: libcxxabi/trunk/lib/buildit
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/lib/buildit?rev=152338&r1=152337&r2=152338&view=diff
==============================================================================
--- libcxxabi/trunk/lib/buildit (original)
+++ libcxxabi/trunk/lib/buildit Thu Mar  8 14:55:13 2012
@@ -31,7 +31,7 @@
              -Wsign-conversion -Wshadow -Wconversion -Wunused-variable \
              -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags \
              -Wmissing-braces -Wshorten-64-to-32 -Wsign-compare \
-             -Wstrict-aliasing=2 -Wnewline-eof"
+             -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wnewline-eof"
 
 case $TRIPLE in
   *-apple-*)





More information about the cfe-commits mailing list