We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dffc3 commit 3fddb9fCopy full SHA for 3fddb9f
1 file changed
cpp2rust/converter/models/converter_refcount.cpp
@@ -133,7 +133,7 @@ std::string ConverterRefCount::BoxValue(std::string &&str) const {
133
}
134
135
bool ConverterRefCount::Convert(clang::QualType qual_type) {
136
- // Detect va_list before desugaring strips the typedef.
+ // Catch va_list before desugaring
137
if (IsVaListType(qual_type)) {
138
StrCat(BoxType("VaList"));
139
return false;
0 commit comments