]> granicus.if.org Git - clang/commit
Use non-intrusive refcounting for LangOptions
authorAlp Toker <alp@nuanti.com>
Sun, 6 Jul 2014 05:26:07 +0000 (05:26 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 6 Jul 2014 05:26:07 +0000 (05:26 +0000)
commit3e84eb7db6c89f09a524d08ea6c03c0022decb64
treec3c5a2783287ec3897c3a3c74e04935f36453924
parentf7445e6c6fad8f3525bdac0e37e8ce9e8ed67106
Use non-intrusive refcounting for LangOptions

This type is only refcounted in a couple of places so making ownership explicit
improves clarity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212387 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CompilerInvocation.h
lib/Frontend/ASTUnit.cpp