[cfe-commits] r168340 - /cfe/trunk/lib/Sema/SemaChecking.cpp
David Blaikie
dblaikie at gmail.com
Mon Nov 19 15:12:51 PST 2012
Author: dblaikie
Date: Mon Nov 19 17:12:51 2012
New Revision: 168340
URL: http://llvm.org/viewvc/llvm-project?rev=168340&view=rev
Log:
Fix some trailing whitespace (on a blank line) to cycle/test bots.
Modified:
cfe/trunk/lib/Sema/SemaChecking.cpp
Modified: cfe/trunk/lib/Sema/SemaChecking.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaChecking.cpp?rev=168340&r1=168339&r2=168340&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaChecking.cpp (original)
+++ cfe/trunk/lib/Sema/SemaChecking.cpp Mon Nov 19 17:12:51 2012
@@ -4905,7 +4905,7 @@
// People want to build with -Wshorten-64-to-32 and not -Wconversion.
if (S.SourceMgr.isInSystemMacro(CC))
return;
-
+
if (TargetRange.Width == 32 && S.Context.getIntWidth(E->getType()) == 64)
return DiagnoseImpCast(S, E, T, CC, diag::warn_impcast_integer_64_32,
/* pruneControlFlow */ true);
More information about the cfe-commits
mailing list