llvm-project/clang/lib/Serialization
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
..
ASTCommon.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
ASTCommon.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ASTReader.cpp Overload SourceManager::overrideFileContents so that unconditionally passing ownership is explicitly done using unique_ptr. 2014-08-27 20:54:45 +00:00
ASTReaderDecl.cpp [modules] Don't assert when merging virtual functions that override other 2014-08-26 23:29:11 +00:00
ASTReaderInternals.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ASTReaderStmt.cpp [OPENMP] Extract common superclass from all the loop directives. No functional changes (having common superclass is convenient for future loop directives CodeGen implementation) 2014-08-19 11:27:13 +00:00
ASTWriter.cpp When loading a module with no local entities, still bump the size of the 2014-08-16 04:54:18 +00:00
ASTWriterDecl.cpp [modules] Track the described template in an alias declaration that is the 2014-08-26 03:52:16 +00:00
ASTWriterStmt.cpp [OPENMP] Extract common superclass from all the loop directives. No functional changes (having common superclass is convenient for future loop directives CodeGen implementation) 2014-08-19 11:27:13 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
GeneratePCH.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
GlobalModuleIndex.cpp Return a std::unique_ptr from getBufferForFile. NFC. 2014-08-26 19:54:40 +00:00
Makefile
Module.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
ModuleManager.cpp Return a std::unique_ptr from getBufferForFile. NFC. 2014-08-26 19:54:40 +00:00