ASTImporter::ImportDefinition_New contained a call to Import
that should be Import_New now. This is fixed now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 30242 Build 30241: arc lint + arc unit
Event Timeline
Comment Actions
The error handling is already done in other way, but the current code does crash if called with non-DeclContext From argument. This may be possible from LLDB so it is better to have this change.
Comment Actions
This change is obsolete in the current code. Casting related changes do not look important (and should be a new patch anyway).