]> granicus.if.org Git - clang/commit
Updated the support for contextual conversion tweaks (n3323) with a previously overlo...
authorLarisse Voufo <lvoufo@google.com>
Sat, 15 Jun 2013 20:17:46 +0000 (20:17 +0000)
committerLarisse Voufo <lvoufo@google.com>
Sat, 15 Jun 2013 20:17:46 +0000 (20:17 +0000)
commit539470e7d38f71b7a0700e1f1b371e76480cf0a6
treed636a06925b1ba0d174c1fe4991496fc4605c7d1
parentd570a9282fd1793cbf21c090d80cb0b6b4b89982
Updated the support for contextual conversion tweaks (n3323) with a previously overlooked part: implicitly converting array sizes to size_t, rather than contextually converting them to some unique type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184048 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/cxx98-compat-pedantic.cpp