]> granicus.if.org Git - clang/commit
Add LangOptions method to query whether we are tracking the owning module for a local...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 13 May 2017 00:00:16 +0000 (00:00 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 13 May 2017 00:00:16 +0000 (00:00 +0000)
commitab2094bec03b5d0c32f484bd3730e1f47846e3e8
tree4a9eb9916d249edc4b62d262ae5996112edd5057
parentc9d8bd8ed2a5aa8c7e0934e12fc0bf38c78646da
Add LangOptions method to query whether we are tracking the owning module for a local declaration.

In preparation for expanding this behavior to cover additional cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302969 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.h
lib/AST/DeclBase.cpp
lib/Sema/SemaDecl.cpp