summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-04-29 17:28:47 +0000
committerZachary Turner <zturner@google.com>2016-04-29 17:28:47 +0000
commit2f09b5091ce055dbc3a803ecb2576540d6abb503 (patch)
tree13a919a417b0870502c6b5c87daa56aa55ed803f /llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
parent6ba65deeb9b017e4144cdae341dcb9e3564c7c7b (diff)
downloadbcm5719-llvm-2f09b5091ce055dbc3a803ecb2576540d6abb503.tar.gz
bcm5719-llvm-2f09b5091ce055dbc3a803ecb2576540d6abb503.zip
Put PDB parsing code into a pdb namespace.
llvm-svn: 268072
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp')
-rw-r--r--llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp b/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
index 20abe4c0d97..d8b78ec2248 100644
--- a/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
+++ b/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
@@ -11,6 +11,7 @@
#include "llvm/DebugInfo/PDB/Raw/StreamReader.h"
using namespace llvm;
+using namespace llvm::pdb;
ByteStream::ByteStream() : Owned(false) {}
OpenPOWER on IntegriCloud