File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ namespace clang {
34
34
ArrayRef<intptr_t > QualTypeVals);
35
35
36
36
// / Returns a desugared version of the QualType, and marks ShouldAKA as true
37
- // / whenever we remove significant sugar from the type.
37
+ // / whenever we remove significant sugar from the type. Make sure ShouldAKA
38
+ // / is initialized before passing it in.
38
39
QualType desugarForDiagnostic (ASTContext &Context, QualType QT,
39
40
bool &ShouldAKA);
40
41
} // end namespace clang
Original file line number Diff line number Diff line change 25
25
using namespace clang ;
26
26
27
27
// Returns a desugared version of the QualType, and marks ShouldAKA as true
28
- // whenever we remove significant sugar from the type.
28
+ // whenever we remove significant sugar from the type. Make sure ShouldAKA
29
+ // is initialized before passing it in.
29
30
QualType clang::desugarForDiagnostic (ASTContext &Context, QualType QT,
30
31
bool &ShouldAKA) {
31
32
QualifierCollector QC;
You can’t perform that action at this time.
0 commit comments