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)
commit80758084f70dbdaa4ca16661871215bacee0ab18
tree6b8f303b64953d187cb79f3631f1c5a7cb3c6f14
parent269d840e40cdff7ff677fe11361af91e759ac1f1
Use non-intrusive refcounting for TargetOptions

llvm-svn: 212388
12 files changed:
clang/include/clang/Basic/TargetInfo.h
clang/include/clang/Basic/TargetOptions.h
clang/include/clang/Frontend/ASTUnit.h
clang/include/clang/Frontend/CompilerInvocation.h
clang/lib/Basic/Targets.cpp
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/ChainedIncludesSource.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/unittests/Basic/SourceManagerTest.cpp
clang/unittests/Lex/LexerTest.cpp
clang/unittests/Lex/PPCallbacksTest.cpp
clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp