OSDN Git Service

Document that PassManager::add() may delete the pass right away.
authorMatthias Braun <matze@braunis.de>
Fri, 12 Dec 2014 01:27:01 +0000 (01:27 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 12 Dec 2014 01:27:01 +0000 (01:27 +0000)
commite821037df7bcc257219f75c525e847462fc1c05f
tree91e5721458ad0ef33fdebc5c69fd5830fa1b194e
parentc0100322c8e3213c06a0959f8861ae55fe7b699d
Document that PassManager::add() may delete the pass right away.

Also remove redundant documentation:
- doxygen will copy documentation to overriden methods.
- Use \copydoc on PIMPL classes instead of replicating the text.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224089 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/LegacyPassManager.h
lib/IR/LegacyPassManager.cpp