[clang] Add serialization support for the DynamicAllocLValue variant of APValue:...
authorNathan Ridge <zeratul976@hotmail.com>
Fri, 21 Jul 2023 08:05:14 +0000 (04:05 -0400)
committerNathan Ridge <zeratul976@hotmail.com>
Sat, 22 Jul 2023 03:16:51 +0000 (23:16 -0400)
commit2e7d711a106170185e9bbbf15115613d9a5854c5
tree2c73bdc6a9fc061c7d0f216b94bcda66e66b1503
parentb2f7b5dbaefe4f2e3f8f279735ea3509a796693f
[clang] Add serialization support for the DynamicAllocLValue variant of APValue::LValueBase::Ptr

Differential Revision: https://reviews.llvm.org/D154471
clang/include/clang/AST/PropertiesBase.td
clang/test/AST/dynamic-alloc-lvalue.cpp [new file with mode: 0644]