Work around an internal compiler error in MSVC.
authorZachary Turner <zturner@google.com>
Wed, 17 Dec 2014 18:02:36 +0000 (18:02 +0000)
committerZachary Turner <zturner@google.com>
Wed, 17 Dec 2014 18:02:36 +0000 (18:02 +0000)
commitac94b5b14cea469d0a39f5258bb161448c248ca5
tree5d37326ce80887936a186279cd70e116062e8685
parent0b9d3eefdbf2c9bb50e139c5272b413e8227d842
Work around an internal compiler error in MSVC.

For some reason MSVC ICEs when trying to index into a map using
a temporary object.  Work around this by separating out the call
into multiple lines.

Patch by Aidan Dodds
Differential Revision: http://reviews.llvm.org/D6702
Reviewed by: Zachary Turner, Greg Clayton

llvm-svn: 224443
lldb/include/lldb/Utility/ProcessStructReader.h