aboutsummaryrefslogtreecommitdiff
path: root/contrib/compiler-rt/lib/dfsan/dfsan.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-08 19:47:17 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-08 19:47:17 +0000
commitf00b4812b9440d539b49576d4409c67c85d647fa (patch)
treedc6817c6b8b53b3334c19458e9e27beaf271ec64 /contrib/compiler-rt/lib/dfsan/dfsan.h
parentaed8d94e97d1be8b4e26ce1ffb4d0547aee8ab1d (diff)
parent91d212a4a6c2c87a6e09bc8a5e665b011022aaaf (diff)
downloadsrc-f00b4812b9440d539b49576d4409c67c85d647fa.tar.gz
src-f00b4812b9440d539b49576d4409c67c85d647fa.zip
Merge compiler-rt r291274.
Notes
Notes: svn path=/projects/clang400-import/; revision=311697
Diffstat (limited to 'contrib/compiler-rt/lib/dfsan/dfsan.h')
-rw-r--r--contrib/compiler-rt/lib/dfsan/dfsan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/compiler-rt/lib/dfsan/dfsan.h b/contrib/compiler-rt/lib/dfsan/dfsan.h
index 81f949e3019e..33145deef12e 100644
--- a/contrib/compiler-rt/lib/dfsan/dfsan.h
+++ b/contrib/compiler-rt/lib/dfsan/dfsan.h
@@ -18,6 +18,9 @@
#include "sanitizer_common/sanitizer_internal_defs.h"
#include "dfsan_platform.h"
+using __sanitizer::uptr;
+using __sanitizer::u16;
+
// Copy declarations from public sanitizer/dfsan_interface.h header here.
typedef u16 dfsan_label;