diff options
author | Zachary Turner <zturner@google.com> | 2016-05-04 20:32:13 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-05-04 20:32:13 +0000 |
commit | ec28fc349987fa9cd9a05680ea5e81d9a9b35ce3 (patch) | |
tree | ef1e578dd646cd33f7c938ba4d1bd0daa48e74b6 /llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp | |
parent | 4a9578aefeca8f39ddfd8e33f1941b00becb3395 (diff) | |
download | bcm5719-llvm-ec28fc349987fa9cd9a05680ea5e81d9a9b35ce3.tar.gz bcm5719-llvm-ec28fc349987fa9cd9a05680ea5e81d9a9b35ce3.zip |
Move pdb code into pdb namespace.
llvm-svn: 268544
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp b/llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp index 762dda6caf5..8605f55b402 100644 --- a/llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp +++ b/llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp @@ -16,6 +16,7 @@ #include "llvm/Support/ConvertUTF.h" using namespace llvm; +using namespace llvm::pdb; DIASourceFile::DIASourceFile(const DIASession &PDBSession, CComPtr<IDiaSourceFile> DiaSourceFile) |