Make an RAII com initializer.
authorZachary Turner <zturner@google.com>
Mon, 27 Apr 2015 17:19:26 +0000 (17:19 +0000)
committerZachary Turner <zturner@google.com>
Mon, 27 Apr 2015 17:19:26 +0000 (17:19 +0000)
commitc205570127c9f35607e55e96c4a2fac4c2553e99
tree3915f9f2683dffdcca3549d6f94c04bbe5c82b1f
parent035025c0da0bbcd987093187b23ccd284d0942d9
Make an RAII com initializer.

Differential Revision: http://reviews.llvm.org/D9267
Reviewed By: Aaron Ballman, David Majnemer

llvm-svn: 235898
llvm/include/llvm/Support/COM.h [new file with mode: 0644]
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/COM.cpp [new file with mode: 0644]
llvm/lib/Support/Unix/COM.inc [new file with mode: 0644]
llvm/lib/Support/Windows/COM.inc [new file with mode: 0644]