Constructors have the same methods for arguments as call expressions. Let's provide a way to get their arguments the same way.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D54934
[libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for CXXConstructExpr ClosedPublic Authored by yvvan on Nov 27 2018, 1:14 AM.
Details Summary Constructors have the same methods for arguments as call expressions. Let's provide a way to get their arguments the same way.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 27 2018, 1:25 AM Closed by commit rC347654: [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for… (authored by yvvan). · Explain WhyNov 27 2018, 4:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 175449 test/Index/print-type.cpp
tools/libclang/CXCursor.cpp
|