From 6bb5498a4a6f86042089c90675657afa86f3948d Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 29 Sep 2016 18:34:40 +0000 Subject: [PATCH] [sanitize-coverage] doc typo llvm-svn: 282749 --- clang/docs/SanitizerCoverage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst index 0e0c568..e2bd7fb 100644 --- a/clang/docs/SanitizerCoverage.rst +++ b/clang/docs/SanitizerCoverage.rst @@ -342,7 +342,7 @@ The compler will also insert a module constructor that will call // The guards are [start, stop). // This function may be called multiple times with the same values of start/stop. - __sanitizer_cov_trace_pc_guard_init(uint32_t_t *start, uint32_t *stop); + __sanitizer_cov_trace_pc_guard_init(uint32_t *start, uint32_t *stop); Similarly to `trace-pc,indirect-calls`, with `trace-pc-guards,indirect-calls` ``__sanitizer_cov_trace_pc_indirect(void *callee)`` will be inserted on every indirect call. -- 2.7.4