From 7097b4d22dcdf660b9d4587eea2da03cce334c8d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 31 Aug 2017 11:02:44 +0000 Subject: [PATCH] docs: don't say that data flow tracing interface is unstable We are starting to use data flow tracing in kernel. The interface is not subject to change anymore. Reviewed in https://reviews.llvm.org/D37303 llvm-svn: 312232 --- clang/docs/SanitizerCoverage.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst index 737f92866f65..e1c3fc91d32c 100644 --- a/clang/docs/SanitizerCoverage.rst +++ b/clang/docs/SanitizerCoverage.rst @@ -281,8 +281,6 @@ the `LLVM GEP instructions `_ // for every non-constant array index. void __sanitizer_cov_trace_gep(uintptr_t Idx); -This interface is a subject to change. - Default implementation ======================