mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[Documentation] Fixed typos in LibASTMatchers tutorial
There was one missing parenthesis and a typo in the mentioned part of the documentation. Differential Revision: https://reviews.llvm.org/D124738
This commit is contained in:
parent
b03567fe2b
commit
1d3d5ecea5
@ -399,7 +399,7 @@ in the callback. So we start with:
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
hasCondition(binaryOperator(hasOperatorName("<"))
|
||||
hasCondition(binaryOperator(hasOperatorName("<")))
|
||||
|
||||
It makes sense to ensure that the left-hand side is a reference to a
|
||||
variable, and that the right-hand side has integer type.
|
||||
@ -529,7 +529,7 @@ address, all we need to do is make sure neither ``ValueDecl`` (base class of
|
||||
}
|
||||
|
||||
If execution reaches the end of ``LoopPrinter::run()``, we know that the
|
||||
loop shell that looks like
|
||||
loop shell looks like
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user