[all-commits] [llvm/llvm-project] f9088f: [static analyzer] Fix crash on parenthesized expre...

Iris Shi via All-commits all-commits at lists.llvm.org
Fri Aug 1 04:29:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9088f1eb5647cafb63b6cd42df339e19735d9c6
      https://github.com/llvm/llvm-project/commit/f9088f1eb5647cafb63b6cd42df339e19735d9c6
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/test/Analysis/builtin_assume.cpp

  Log Message:
  -----------
  [static analyzer] Fix crash on parenthesized expression in assume attribute (#151682)

- Closes #151529

`ParenExpr` should be ignored before reaching `ExprEngine::Visit`.
Failing to do so triggers the assertion.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list