[PATCH] D69959: [C-index] Fix test when using Debug target & MSVC STL

Alexandre Ganea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 12 15:10:42 PST 2019


aganea updated this revision to Diff 228971.
aganea edited the summary of this revision.
aganea added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Using `SmallVector` as requested.

The change in SmallVector.h is to support things such as `Opts.AddPluginActions = Args.getAllArgValues(OPT_add_plugin);` where `getAllArgValues()` returns a `std::vector`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69959/new/

https://reviews.llvm.org/D69959

Files:
  clang-tools-extra/clang-move/tool/ClangMove.cpp
  clang/include/clang/Frontend/FrontendOptions.h
  llvm/include/llvm/ADT/SmallVector.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69959.228971.patch
Type: text/x-patch
Size: 3533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191112/3bcc643d/attachment.bin>


More information about the cfe-commits mailing list