[clang][dataflow] Dump useful debugging information when we crash.
authorMartin Braenne <mboehme@google.com>
Thu, 22 Jun 2023 14:02:54 +0000 (14:02 +0000)
committerMartin Braenne <mboehme@google.com>
Fri, 23 Jun 2023 06:49:28 +0000 (06:49 +0000)
commitefbb4aaacedf0ded734d0b40c42d4419d03a59ff
tree3b6093b0e20a2bac9f5cab6e00b5ca604df30464
parent2ef2c644b673ecd4a6f933eed1f28ae5cbf609cf
[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
clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp