commit | 9bd4708c21bfead5df1c8618cf49e74fefd3c729 | [log] [tgz] |
---|---|---|
author | Neil Booth <neil@daikokuya.co.uk> | Wed Aug 29 22:13:52 2007 +0000 |
committer | Neil Booth <neil@daikokuya.co.uk> | Wed Aug 29 22:13:52 2007 +0000 |
tree | e6fab4632315976666e902a21cb43d23ce5382d6 | |
parent | 7421e9cd7cdcfee938dc70f38f625387e9f703a9 [diff] [blame] |
Spaces not tabs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41582 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Sema/SemaExpr.cpp b/Sema/SemaExpr.cpp index 272fc6f..0747bbc 100644 --- a/Sema/SemaExpr.cpp +++ b/Sema/SemaExpr.cpp
@@ -158,7 +158,7 @@ // long long is a C99 feature. if (!getLangOptions().C99 && !getLangOptions().CPlusPlus0x && - Literal.isLongLong) + Literal.isLongLong) Diag(Tok.getLocation(), diag::ext_longlong); // Get the value in the widest-possible width.