]> granicus.if.org Git - clang/commit
Since CreateTargetInfo is taking ownership of the target options, pass
authorDouglas Gregor <dgregor@apple.com>
Fri, 16 Nov 2012 04:24:59 +0000 (04:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 16 Nov 2012 04:24:59 +0000 (04:24 +0000)
commit49a87549f4dc95ecb3d8a593b71df7c167a51f85
treecb41ada4fc9414ba682b6b5c9cf778c6bc9b59ec
parent8149a98f6691f2b6eb58389f329187d0f1b8ffd1
Since CreateTargetInfo is taking ownership of the target options, pass
it as a pointer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168136 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
lib/Basic/Targets.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/ChainedIncludesSource.cpp
lib/Frontend/CompilerInstance.cpp