[clang] ce97312 - Implement BufferOverlap check for sprint/snprintf

2023-05-31 Thread Arnaud Bienner via cfe-commits
Author: Arnaud Bienner Date: 2023-05-31T14:43:16+02:00 New Revision: ce97312d109b21acb97d3ea243e214f20bd87cfc URL: https://github.com/llvm/llvm-project/commit/ce97312d109b21acb97d3ea243e214f20bd87cfc DIFF:

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

2019-01-03 Thread Arnaud Bienner via cfe-commits
Author: abien Date: Thu Jan 3 09:45:28 2019 New Revision: 350335 URL: http://llvm.org/viewvc/llvm-project?rev=350335=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, serge-sans-paille