diff options
| author | David Blaikie <dblaikie@gmail.com> | 2012-11-19 23:12:51 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2012-11-19 23:12:51 +0000 |
| commit | 3c0c536300df007927879eaed4835b0b4cc3f3e8 (patch) | |
| tree | efb4eacc5ba9b3225a62060a385d08b0227e7033 /clang/lib/Sema | |
| parent | 64b010737919382c3f576c34b000dd53372f507b (diff) | |
| download | bcm5719-llvm-3c0c536300df007927879eaed4835b0b4cc3f3e8.tar.gz bcm5719-llvm-3c0c536300df007927879eaed4835b0b4cc3f3e8.zip | |
Fix some trailing whitespace (on a blank line) to cycle/test bots.
llvm-svn: 168340
Diffstat (limited to 'clang/lib/Sema')
| -rw-r--r-- | clang/lib/Sema/SemaChecking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaChecking.cpp b/clang/lib/Sema/SemaChecking.cpp index 8e0a983d127..33dcb3a6cb4 100644 --- a/clang/lib/Sema/SemaChecking.cpp +++ b/clang/lib/Sema/SemaChecking.cpp @@ -4905,7 +4905,7 @@ void CheckImplicitConversion(Sema &S, Expr *E, QualType T, // 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); |

