llvm-6502/include
Duncan P. N. Exon Smith 1e6990e4dc IR: Make DICompositeType mutators private
Make `DICompositeType` mutators private to prevent misuse.  All calls to
`setArrays()` and `setContainingType()` should go through
`DIBuilder::replaceArrays()` and `DIBuilder::replaceVTableHolder()`.

This is a follow-up to r224482 (now that clang has been updated in
r224483).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224486 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-18 00:54:39 +00:00
..
llvm IR: Make DICompositeType mutators private 2014-12-18 00:54:39 +00:00
llvm-c IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00