llvm-project/clang/include
Duncan P. N. Exon Smith 3110060bc7 AST: Avoid using SmallVector::set_size() in UnresolvedSet
Update UnresolvedSet to use (and expose) `SmallVector::truncate()` instead
of `SmallVector::set_size()`. The latter is going to made private in a
future commit to avoid misuse.

Differential Revision: https://reviews.llvm.org/D115386
2022-01-11 17:47:23 -08:00
..
clang AST: Avoid using SmallVector::set_size() in UnresolvedSet 2022-01-11 17:47:23 -08:00
clang-c [OpenMP] Initial parsing/sema for the 'omp loop' construct 2021-10-28 08:26:43 -07:00
CMakeLists.txt