diff options
author | Rahul Joshi <jurahul@google.com> | 2020-06-15 18:25:14 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2020-06-15 18:46:57 +0000 |
commit | 72d20b9604f65e35eedb3d00098a2c9412953946 (patch) | |
tree | ed6219327516f027bc1ee52810ec55890203e7c5 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 968f58c68421bd18f09754bf11135803243a0226 (diff) | |
download | llvm-72d20b9604f65e35eedb3d00098a2c9412953946.zip llvm-72d20b9604f65e35eedb3d00098a2c9412953946.tar.gz llvm-72d20b9604f65e35eedb3d00098a2c9412953946.tar.bz2 |
[LLVM] Change isa<> to a variadic function template
Change isa<> to a variadic function template, so that it can be used to test against one of multiple types as follows:
isa<Type0, Type1, Type2>(Val)
Differential Revision: https://reviews.llvm.org/D81045
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions