Adding support for NamespaceAliasDecl UnresolvedUsingTypenameDecl CXXDeductionGuideDecl ConstructorUsingShadowDecl
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D70728
[clang][IFS] Adding support for new clang interface stubs decl types. ClosedPublic Authored by plotfi on Nov 26 2019, 10:07 AM.
Details Summary Adding support for NamespaceAliasDecl UnresolvedUsingTypenameDecl CXXDeductionGuideDecl ConstructorUsingShadowDecl
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 29 2019, 10:48 AM Closed by commit rG07e445103e36: [clang][IFS] Adding support for new clang interface stubs decl types. (authored by plotfi). · Explain WhyDec 4 2019, 4:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 231096 clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
clang/test/InterfaceStubs/constructor-using-shadow.cpp
clang/test/InterfaceStubs/cxxdeduction-guide.cpp
clang/test/InterfaceStubs/namespace-alias.cpp
clang/test/InterfaceStubs/unresolved-using-typename.cpp
|