Go to file
Saleem Abdulrasool 54ec3f9cf8 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.

llvm-svn: 287471
2016-11-20 00:20:25 +00:00
clang [CMake] Fixing clang standalone build 2016-11-19 21:14:59 +00:00
clang-tools-extra [clang-move] Fix not moving using-decls in global namespace in old.cc 2016-11-18 10:51:16 +00:00
compiler-rt builtins: Allow building windows arm functions for mingw 2016-11-19 21:22:38 +00:00
debuginfo-tests
libclc Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx Fix stdint/cstdint modules 2016-11-19 03:29:03 +00:00
libcxxabi __cxa_demangle: use default member initialization 2016-11-18 19:01:53 +00:00
libunwind EHABI: mark some functions as exported 2016-11-17 23:53:35 +00:00
lld Remove a file that is too short to be an independent file. 2016-11-19 23:26:41 +00:00
lldb Fix some accidental Prints of StringRefs that snuck in. 2016-11-19 00:50:29 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Demangle: remove unnecessary typedef for std::vector 2016-11-20 00:20:25 +00:00
openmp Update stats-gathering code 2016-11-14 21:13:44 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [NFC] Adjust naming scheme of statistic variables 2016-11-18 14:37:08 +00:00