Visit the ranged for init statement when using C-Interface.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Alas, but no -- 17.x changes are being limited to just fixes for critical issues/regressions at this point. (Once we start issuing release candidates, new features typically are not ported onto the release branch.)
Thank you for this! Can you also add a release note about the changes to clang/docs/ReleaseNotes.rst?
clang/tools/libclang/CIndex.cpp | ||
---|---|---|
2834–2836 | AddStmt() already knows how to handle a null pointer. | |
clang/unittests/libclang/LibclangTest.cpp | ||
1142–1166 | Just tiny nits, no functional changes. |
AddStmt() already knows how to handle a null pointer.