Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
5880 | We need to add doc comments as well. |
Paths
| Differential D110395
[clang][ASTImporter] Import InheritedConstructor and ConstructorUsingShadowDecl. ClosedPublic Authored by balazske on Sep 24 2021, 3:01 AM.
Details
Diff Detail
Event Timelinebalazske added a child revision: D110398: [clang][ASTImporter] Import ConstructorUsingShadowDecl correctly..Sep 24 2021, 3:09 AM This revision is now accepted and ready to land.Sep 28 2021, 2:31 AM This revision was landed with ongoing or failed builds.Oct 1 2021, 1:02 AM Closed by commit rGa3a0b066264f: [clang][ASTImporter] Import InheritedConstructor and ConstructorUsingShadowDecl. (authored by martong, committed by balazske). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 376440 clang/include/clang/AST/ASTImporter.h
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp
|
We need to add doc comments as well.
Please address this.