llvm-project/clang/unittests/Basic
David Blaikie 49cc3181a2 Overload SourceManager::overrideFileContents so that unconditionally passing ownership is explicitly done using unique_ptr.
Only those callers who are dynamically passing ownership should need the
3 argument form. Those accepting the default ("do pass ownership")
should do so explicitly with a unique_ptr now.

llvm-svn: 216614
2014-08-27 20:54:45 +00:00
..
CMakeLists.txt Recommit virtual file system 2014-02-20 21:59:23 +00:00
CharInfoTest.cpp Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. 2013-02-08 22:30:41 +00:00
FileManagerTest.cpp unique_ptr-ify FileSystemStatCache::setNextStatCache 2014-08-11 21:29:24 +00:00
Makefile For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg expanded 2011-12-21 16:56:29 +00:00
SourceManagerTest.cpp Overload SourceManager::overrideFileContents so that unconditionally passing ownership is explicitly done using unique_ptr. 2014-08-27 20:54:45 +00:00
VirtualFileSystemTest.cpp Update for LLVM api change. 2014-08-27 20:03:29 +00:00