llvm-project/clang/lib/ASTMatchers
Duncan P. N. Exon Smith f0b2a1a629 ASTMatchers: Avoid using SmallVector::set_size()
Update `variadicMatcherDescriptor` to assert on reserved capacity and
to call `emplace_back()` instead of calling `set_size()` and constructing
the element in-place.

Differential Revision: https://reviews.llvm.org/D115379
2022-01-11 17:01:46 -08:00
..
Dynamic ASTMatchers: Avoid using SmallVector::set_size() 2022-01-11 17:01:46 -08:00
ASTMatchFinder.cpp Reapply "Support Attr in DynTypedNode and ASTMatchers." 2021-08-06 22:30:32 +02:00
ASTMatchersInternal.cpp Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl" 2021-12-20 18:03:15 +01:00
CMakeLists.txt [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
GtestMatchers.cpp Fix "control reaches end of non-void function" warnings on ppc64le 2021-06-03 00:53:53 +00:00