[PATCH] D112175: [NFC] Add llvm::StaticVector ADT

James Player via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 10:27:49 PDT 2022


jplayer-nv updated this revision to Diff 425832.
jplayer-nv added a comment.

Call `llvm::consumeError()` when an `Error` is returned in the StaticVector unit test.

Also minor formatting + parameter type name consistency changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112175

Files:
  llvm/include/llvm/ADT/STLExtras.h
  llvm/include/llvm/ADT/STLForwardCompat.h
  llvm/include/llvm/ADT/SmallSet.h
  llvm/include/llvm/ADT/StaticVector.h
  llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/include/llvm/Support/YAMLTraits.h
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/StaticVectorTest.cpp
  llvm/utils/LLVMVisualizers/llvm.natvis

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112175.425832.patch
Type: text/x-patch
Size: 159716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220428/73ae6a07/attachment-0001.bin>


More information about the llvm-commits mailing list