]> granicus.if.org Git - clang/commit
Undo the unique_ptr'fication of CodeGenABITypes::CGM introduced in r248762.
authorAdrian Prantl <aprantl@apple.com>
Mon, 5 Oct 2015 17:41:16 +0000 (17:41 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 5 Oct 2015 17:41:16 +0000 (17:41 +0000)
commite34dd37a47cb7648b13580d08a3f6c2a84a477d6
treeac75b584a56b8f176e64b48d9f0a9444954e3df2
parent1082a41a5196e0fdddf1af1aa388af197cfc4514
Undo the unique_ptr'fication of CodeGenABITypes::CGM introduced in r248762.
include/clang/CodeGenABITypes.h is in meant to be included by external
users, but using a unique_ptr on the private CodeGenModule introduces a
dependency on the type definition that prevents such a use.

NFC

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249328 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/CodeGen/CodeGenABITypes.h
lib/CodeGen/CodeGenABITypes.cpp