]> granicus.if.org Git - clang/commit
Use non-intrusive refcounting for TargetOptions
authorAlp Toker <alp@nuanti.com>
Sun, 6 Jul 2014 05:26:44 +0000 (05:26 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 6 Jul 2014 05:26:44 +0000 (05:26 +0000)
commit1088db3c87aaa931d7ace86baab3492b3ebac97a
tree7211ebc797887f7bb06b7f8a5e45eb4654423467
parent3e84eb7db6c89f09a524d08ea6c03c0022decb64
Use non-intrusive refcounting for TargetOptions

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212388 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Basic/TargetInfo.h
include/clang/Basic/TargetOptions.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CompilerInvocation.h
lib/Basic/Targets.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/ChainedIncludesSource.cpp
lib/Frontend/CompilerInstance.cpp
unittests/Basic/SourceManagerTest.cpp
unittests/Lex/LexerTest.cpp
unittests/Lex/PPCallbacksTest.cpp
unittests/Lex/PPConditionalDirectiveRecordTest.cpp