Просмотр исходного кода

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



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312232 91177308-0d34-0410-b5e6-96231b3b80d8
Dmitry Vyukov 8 лет назад
Родитель
Сommit
a2ce4ccdf0
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      docs/SanitizerCoverage.rst

+ 0 - 2
docs/SanitizerCoverage.rst

@@ -281,8 +281,6 @@ the `LLVM GEP instructions <http://llvm.org/docs/GetElementPtr.html>`_
   // for every non-constant array index.
   void __sanitizer_cov_trace_gep(uintptr_t Idx);
 
-This interface is a subject to change.
-
 Default implementation
 ======================