[PATCH] D24686: [support] Some improvements to StringSwitch

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 13:15:34 PDT 2016


zturner updated this revision to Diff 73327.
zturner added a comment.

Unit tests for the case-sensitive versions were removed and submitted separately.  The `Optional` variant of the function is removed and will be submitted later.  This patch only contains case-insensitive versions of the functions with associated unit tests.


https://reviews.llvm.org/D24686

Files:
  include/llvm/ADT/StringSwitch.h
  unittests/ADT/StringSwitchTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24686.73327.patch
Type: text/x-patch
Size: 7051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161003/f5b1d1a4/attachment.bin>


More information about the llvm-commits mailing list