commit | 80ad52f327b532bded5c5b0ee38779d841c6cd35 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Jan 02 11:42:31 2013 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Jan 02 11:42:31 2013 +0000 |
tree | 7432bb450d11702b6816ebb0342fa513af6822f8 | |
parent | b99083e60325a28063fb588f458a871151971fdc [diff] [blame] |
s/CPlusPlus0x/CPlusPlus11/g git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171367 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaChecking.cpp b/lib/Sema/SemaChecking.cpp index f0de7be..fe51464 100644 --- a/lib/Sema/SemaChecking.cpp +++ b/lib/Sema/SemaChecking.cpp
@@ -2904,7 +2904,7 @@ EmitFormatDiagnostic( S.PDiag(DiagKind) - << S.getLangOpts().CPlusPlus0x + << S.getLangOpts().CPlusPlus11 << ExprTy << CallType << AT.getRepresentativeTypeName(S.Context)