Skip to content

Commit 7a0f49e

Browse files
Update clang/include/clang/AST/ASTVector.h
Co-authored-by: Aaron Ballman <[email protected]>
1 parent 5a7b222 commit 7a0f49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/ASTVector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class ASTVector {
187187
using iterator_category =
188188
typename std::iterator_traits<in_iter>::iterator_category;
189189

190-
size_t NumInputs = 0;
190+
size_type NumInputs = 0;
191191
constexpr bool is_random_access =
192192
std::is_base_of_v<std::random_access_iterator_tag, iterator_category>;
193193

0 commit comments

Comments
 (0)