checkedc / checkedc-llvm-project

This repo contains a version of clang that is modified to support Checked C. Checked C is an extension to C that lets programmers write C code with bounds checking and improved type-safety.
13 stars 19 forks source link

Fix issues in bounds-widening analysis in for Nt_array_ptrs #1205

Open dtarditi opened 1 year ago

dtarditi commented 1 year ago

There seem to be issues with the bounds-widening analysis in clang/lib/Sema/BoundsWideningAnalysis.cpp: