summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorBruno Ricci <riccibrun@gmail.com>2019-08-27 11:35:49 +0000
committerBruno Ricci <riccibrun@gmail.com>2019-08-27 11:35:49 +0000
commitc397a266f01d7907e45a1f5c54bd9be219e94ea3 (patch)
treef762f8a2caa08b82711a0904d17fdd3b5fd49a94 /lldb/packages/Python/lldbsuite/test
parent5edee822d2f80e23c9e465394bac6d9c31468406 (diff)
downloadbcm5719-llvm-c397a266f01d7907e45a1f5c54bd9be219e94ea3.tar.gz
bcm5719-llvm-c397a266f01d7907e45a1f5c54bd9be219e94ea3.zip
[clang] Ensure that statements, expressions and types are trivially destructible
Since statements, expressions and types are allocated with the BumpPtrAllocator from ASTContext their destructor is not executed. Two classes are currently exempted from the check : InitListExpr due to its ASTVector and ConstantArrayType due to its APInt. No functional changes. Differential Revision: https://reviews.llvm.org/D66646 Reviewed By: lebedev.ri, gribozavr llvm-svn: 370044
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud