[all-commits] [llvm/llvm-project] efbb4a: [clang][dataflow] Dump useful debugging informatio...
martinboehme via All-commits
all-commits at lists.llvm.org
Thu Jun 22 23:49:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efbb4aaacedf0ded734d0b40c42d4419d03a59ff
https://github.com/llvm/llvm-project/commit/efbb4aaacedf0ded734d0b40c42d4419d03a59ff
Author: Martin Braenne <mboehme at google.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
Log Message:
-----------
[clang][dataflow] Dump useful debugging information when we crash.
- The AST of the function we're currently analyzing
- The CFG
- The CFG element we're currently processing
Reviewed By: ymandel
Differential Revision: https://reviews.llvm.org/D153549
More information about the All-commits
mailing list