llvm-project/clang/lib/ASTMatchers/Dynamic
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
..
CMakeLists.txt On Windows build, making the /bigobj flag global , instead of passing it per file. 2020-07-28 18:04:36 -05:00
Diagnostics.cpp [NFC][clang] Return underlying strings directly instead of OS.str() 2021-12-09 16:05:46 -08:00
Marshallers.cpp [clang] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00
Marshallers.h ASTMatchers: Avoid using SmallVector::set_size() 2022-01-11 17:01:46 -08:00
Parser.cpp Use Optional::getValueOr (NFC) 2021-12-24 20:57:40 -08:00
Registry.cpp Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl" 2021-12-20 18:03:15 +01:00
VariantValue.cpp Make it possible to store NodeKinds in ArgKind 2021-02-07 14:00:45 +00:00