[all-commits] [llvm/llvm-project] c81bf9: [analyzer] Handling non-POD multidimensional array...

isuckatcs via All-commits all-commits at lists.llvm.org
Mon Aug 22 04:54:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c81bf940c77ee9439eb1f63011e7ecf0e07c56d9
      https://github.com/llvm/llvm-project/commit/c81bf940c77ee9439eb1f63011e7ecf0e07c56d9
  Author: isuckatcs <65320245+isuckatcs at users.noreply.github.com>
  Date:   2022-08-22 (Mon, 22 Aug 2022)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/Analysis/CFG.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/test/Analysis/array-init-loop.cpp

  Log Message:
  -----------
  [analyzer] Handling non-POD multidimensional arrays in ArrayInitLoopExpr

This patch makes it possible for lambdas, implicit copy/move ctors
and structured bindings to handle non-POD multidimensional arrays.

Differential Revision: https://reviews.llvm.org/D131840




More information about the All-commits mailing list