diff options
Diffstat (limited to 'include/clang/Sema/SemaFixItUtils.h')
-rw-r--r-- | include/clang/Sema/SemaFixItUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Sema/SemaFixItUtils.h b/include/clang/Sema/SemaFixItUtils.h index 0c1bba5..fffca67 100644 --- a/include/clang/Sema/SemaFixItUtils.h +++ b/include/clang/Sema/SemaFixItUtils.h @@ -39,7 +39,7 @@ struct ConversionFixItGenerator { ExprValueKind FromVK); /// The list of Hints generated so far. - SmallVector<FixItHint, 1> Hints; + std::vector<FixItHint> Hints; /// The number of Conversions fixed. This can be different from the size /// of the Hints vector since we allow multiple FixIts per conversion. |