Skip to content

Commit 660de53

Browse files
authored
[NFC] Fix a typo in InternalsManual: ActOnCXX -> ActOnXXX (#105207)
This part of the manual describes uses of `ActOnXXX` and `BuildXXX`.
1 parent d03dcf6 commit 660de53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/InternalsManual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3200,7 +3200,7 @@ are similar.
32003200
always involve two functions: an ``ActOnXXX`` function that will be called
32013201
directly from the parser, and a ``BuildXXX`` function that performs the
32023202
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
3203+
fairly common for the ``ActOnXXX`` function to do very little (often just
32043204
some minor translation from the parser's representation to ``Sema``'s
32053205
representation of the same thing), but the separation is still important:
32063206
C++ template instantiation, for example, should always call the ``BuildXXX``

0 commit comments

Comments
 (0)