Change RHS-style decltype to LHS-style decltype<declval()>.
authorZachary Turner <zturner@google.com>
Sat, 7 Feb 2015 02:02:23 +0000 (02:02 +0000)
committerZachary Turner <zturner@google.com>
Sat, 7 Feb 2015 02:02:23 +0000 (02:02 +0000)
commit6a03769d1c49ff02f371540bff2f46ef1130df39
tree45b5709fc33a69fd546cce78a8c6dacf01b470f5
parentd0898f1565b276c30ff396559cbb60b367aa2469
Change RHS-style decltype to LHS-style decltype<declval()>.

Seems some compilers don't like the RHS-style decltype specifier.

This should fix the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228484 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
include/llvm/DebugInfo/PDB/PDBSymbolData.h
unittests/DebugInfo/PDB/PDBApiTest.cpp