diff options
Diffstat (limited to 'clang/docs')
-rw-r--r-- | clang/docs/AutomaticReferenceCounting.html | 2 | ||||
-rw-r--r-- | clang/docs/ThreadSanitizer.html | 2 | ||||
-rw-r--r-- | clang/docs/Tooling.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/AutomaticReferenceCounting.html b/clang/docs/AutomaticReferenceCounting.html index 1416df58e45..6d50cf7db5c 100644 --- a/clang/docs/AutomaticReferenceCounting.html +++ b/clang/docs/AutomaticReferenceCounting.html @@ -1863,7 +1863,7 @@ of these annotations. A program is ill-formed if it annotates the same function with both <tt>cf_audited_transfer</tt> and <tt>cf_unknown_transfer</tt>.</p> -<p>A pragma is provided to faciliate the mass annotation of interfaces:</p> +<p>A pragma is provided to facilitate the mass annotation of interfaces:</p> <pre>#pragma arc_cf_code_audited begin ... diff --git a/clang/docs/ThreadSanitizer.html b/clang/docs/ThreadSanitizer.html index c35979fcd01..7a1d075f1e6 100644 --- a/clang/docs/ThreadSanitizer.html +++ b/clang/docs/ThreadSanitizer.html @@ -34,7 +34,7 @@ ThreadSanitizer is a tool that detects data races. <BR> It consists of a compiler instrumentation module and a run-time library. <BR> Typical slowdown introduced by ThreadSanitizer is <b>5x-15x</b> (TODO: these numbers are -aproximate so far). +approximate so far). <h2 id="howtobuild">How to build</h2> Follow the <a href="../get_started.html">clang build instructions</a>. <BR> diff --git a/clang/docs/Tooling.html b/clang/docs/Tooling.html index 96558d24ec7..4adaf16c547 100644 --- a/clang/docs/Tooling.html +++ b/clang/docs/Tooling.html @@ -33,7 +33,7 @@ when you have a good reason not to use LibClang.</p> <ul> <li>want to interface with clang from other languages than C++</li> <li>need a stable interface that takes care to be backwards compatible</li> - <li>want powerful high-level abstractions, like iterating throught an AST + <li>want powerful high-level abstractions, like iterating through an AST with a cursor, and don't want to learn all the nitty gritty details of Clang's AST.</li> </ul> |