[all-commits] [llvm/llvm-project] 07e445: [clang][IFS] Adding support for new clang interfac...
Puyan Lotfi via All-commits
all-commits at lists.llvm.org
Wed Dec 4 16:12:49 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07e445103e363c85ce7313c542dee20b2294fe72
https://github.com/llvm/llvm-project/commit/07e445103e363c85ce7313c542dee20b2294fe72
Author: Puyan Lotfi <puyan at puyan.org>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
A clang/test/InterfaceStubs/constructor-using-shadow.cpp
A clang/test/InterfaceStubs/cxxdeduction-guide.cpp
A clang/test/InterfaceStubs/namespace-alias.cpp
A clang/test/InterfaceStubs/unresolved-using-typename.cpp
Log Message:
-----------
[clang][IFS] Adding support for new clang interface stubs decl types.
NamespaceAliasDecl UnresolvedUsingTypenameDecl CXXDeductionGuideDecl
ConstructorUsingShadowDecl
Differential Revision: https://reviews.llvm.org/D70728
More information about the All-commits
mailing list