summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/module.modulemap
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-05-27 05:16:57 +0000
committerTobias Grosser <tobias@grosser.es>2015-05-27 05:16:57 +0000
commit7c3bad52dd0bab7e4e9c14e4d21fff0b8d530a29 (patch)
tree9596d713f677ceb8f50a712a7a020496d4351d8c /llvm/lib/Bitcode/module.modulemap
parentaa9fa355559c24b18f9e05f0c26b98feba5ba34d (diff)
downloadbcm5719-llvm-7c3bad52dd0bab7e4e9c14e4d21fff0b8d530a29.tar.gz
bcm5719-llvm-7c3bad52dd0bab7e4e9c14e4d21fff0b8d530a29.zip
Use value semantics for list of ScopStmt(s) instead of std::owningptr
David Blaike suggested this as an alternative to the use of owningptr(s) for our memory management, as value semantics allow to avoid the additional interface complexity caused by owningptr while still providing similar memory consistency guarantees. We could also have used a std::vector, but the use of std::vector would yield possibly changing pointers which currently causes problems as for example the memory accesses carry pointers to their parent statements. Such pointers should not change. Reviewer: jblaikie, jdoerfert Differential Revision: http://reviews.llvm.org/D10041 llvm-svn: 238290
Diffstat (limited to 'llvm/lib/Bitcode/module.modulemap')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud