[PATCH] D69995: [clang][IFS] Adding support for processing more decl types in clang interface stubs.
Puyan Lotfi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 02:01:09 PST 2019
plotfi created this revision.
plotfi added a reviewer: compnerd.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch adds support for more decl types that need to be processable, as part of clang-ifs hardening.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69995
Files:
clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
clang/test/InterfaceStubs/class-template-partial-specialization.cpp
clang/test/InterfaceStubs/cxx-conversion.cpp
clang/test/InterfaceStubs/indirect-field-decl.cpp
clang/test/InterfaceStubs/namespace.cpp
clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
clang/test/InterfaceStubs/template-constexpr.cpp
clang/test/InterfaceStubs/template-template-parm-decl.cpp
clang/test/InterfaceStubs/trycatch.cpp
clang/test/InterfaceStubs/usings.cpp
clang/test/InterfaceStubs/var-template-specialization-decl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69995.228383.patch
Type: text/x-patch
Size: 7749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191108/3f3674d7/attachment-0001.bin>
More information about the cfe-commits
mailing list