We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03dcf6 commit 660de53Copy full SHA for 660de53
clang/docs/InternalsManual.rst
@@ -3200,7 +3200,7 @@ are similar.
3200
always involve two functions: an ``ActOnXXX`` function that will be called
3201
directly from the parser, and a ``BuildXXX`` function that performs the
3202
actual semantic analysis and will (eventually!) build the AST node. It's
3203
- fairly common for the ``ActOnCXX`` function to do very little (often just
+ fairly common for the ``ActOnXXX`` function to do very little (often just
3204
some minor translation from the parser's representation to ``Sema``'s
3205
representation of the same thing), but the separation is still important:
3206
C++ template instantiation, for example, should always call the ``BuildXXX``
0 commit comments