llvm/lib/Demangle
Saleem Abdulrasool 21918ee4aa Demangle: remove unnecessary typedef for std::vector
We could create a local typedef for std::vector called Vector.  Inline the use
of std::vector rather than use the typedef.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287471 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-20 00:20:25 +00:00
..
CMakeLists.txt
ItaniumDemangle.cpp Demangle: remove unnecessary typedef for std::vector 2016-11-20 00:20:25 +00:00
LLVMBuild.txt