This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1470f5b Correctly handle multi-lined RUN lines. new 517714c [ADT] Delete RefCountedBaseVPTR. new 3fd4af8 [ADT] clang-format IntrusiveRefCntrPtr.h. NFC new 3ac4ec5 [ADT] Rename RefCountedBase::ref_cnt to RefCount. NFC new d1a1321 [ADT] Rewrite IntrusiveRefCntPtr's comments. NFC
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/IntrusiveRefCntPtr.h | 423 +++++++++++++++---------------- lib/Support/CMakeLists.txt | 1 - lib/Support/IntrusiveRefCntPtr.cpp | 14 - unittests/ADT/IntrusiveRefCntPtrTest.cpp | 37 ++- 4 files changed, 221 insertions(+), 254 deletions(-) delete mode 100644 lib/Support/IntrusiveRefCntPtr.cpp