diff options
Diffstat (limited to 'clang/docs/Tooling.html')
-rw-r--r-- | clang/docs/Tooling.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |