Files
swift-mirror/lib/Basic/ThreadSafeRefCounted.cpp
Argyrios Kyrtzidis 60edb9683d [libBasic] Introduce a thread-safe version of llvm::RefCountedBase.
This is to be used by the code-completion infrastructure while managing its global caches.

Swift SVN r9652
2013-10-24 20:34:32 +00:00

16 lines
620 B
C++

//===--- ThreadSafeRefCounted.cpp - ---------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
#include "swift/Basic/ThreadSafeRefCounted.h"
void swift::ThreadSafeRefCountedBaseVPTR::anchor() { }