Re: r349054 - Make -Wstring-plus-int warns even if when the result is not out of bounds

2018-12-13 Thread Evgenii Stepanov via cfe-commits
Hi, this broke Clang :: SemaCXX/constant-expression-cxx1y.cpp: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap-msan/builds/9144 error: 'warning' diagnostics seen but not expected: File /b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm/tools/clang/test/SemaCXX/constant-expr

r349054 - Make -Wstring-plus-int warns even if when the result is not out of bounds

2018-12-13 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Dec 13 08:06:23 2018 New Revision: 349054 URL: http://llvm.org/viewvc/llvm-project?rev=349054&view=rev Log: Make -Wstring-plus-int warns even if when the result is not out of bounds Summary: Patch by Arnaud Bienner Reviewers: sylvestre.ledru, thakis Reviewed By: thak