[all-commits] [llvm/llvm-project] a618d5: [analyzer] Structured binding to tuple-like types
isuckatcs via All-commits
all-commits at lists.llvm.org
Tue Jul 26 01:24:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a618d5e0dd5d6fee5d73e823dbf8301663be0b4f
https://github.com/llvm/llvm-project/commit/a618d5e0dd5d6fee5d73e823dbf8301663be0b4f
Author: isuckatcs <65320245+isuckatcs at users.noreply.github.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/LiveVariables.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/test/Analysis/live-bindings-test.cpp
A clang/test/Analysis/uninit-structured-binding-tuple.cpp
Log Message:
-----------
[analyzer] Structured binding to tuple-like types
Introducing support for creating structured binding
to tuple-like types.
Differential Revision: https://reviews.llvm.org/D128837
More information about the All-commits
mailing list