]> granicus.if.org Git - llvm/commit
Demangle: use direct member initialization (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 20 Nov 2016 00:20:20 +0000 (00:20 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 20 Nov 2016 00:20:20 +0000 (00:20 +0000)
commit7f90f9e9a9cd46a28e217b4afaa20335cb5da9f0
treed134b1c53bc2b031ffcc4c929482225c3f95183a
parentc57d1d62952f85678048ab65af49cd1a452e40f7
Demangle: use direct member initialization (NFC)

Prefer direct member initialization over the explicit out-of-line initialization
for the construction of the local type.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287469 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Demangle/ItaniumDemangle.cpp