Skip to content

Commit af7feb1

Browse files
committed
Update based on review feedback
1 parent 3792dde commit af7feb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/UsersManual.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ specific section:
4040
- :ref:`Objective-C Language <objc>`: ObjC 1, ObjC 2, ObjC 2.1, plus
4141
variants depending on base language.
4242
- :ref:`C++ Language <cxx>`: C++98, C++03, C++11, C++14, C++17, C++20, C++23,
43-
and C++2c.
43+
and C++26.
4444
- :ref:`Objective C++ Language <objcxx>`
4545
- :ref:`OpenCL Kernel Language <opencl>`: OpenCL C 1.0, 1.1, 1.2, 2.0, 3.0,
4646
and C++ for OpenCL 1.0 and 2021.
@@ -95,7 +95,7 @@ Terminology
9595
* Frontend -- the Lexer, Preprocessor, Parser, and Sema parts of the compiler.
9696
* Middle-end -- converts the AST into LLVM IR, adds debug information, etc.
9797
* Backend -- the parts of the compiler which run after LLVM IR code generation,
98-
such as the optimizer.
98+
such as the optimizer and generation of assembly code.
9999

100100
See the :doc:`InternalsManual` for more details about the internal construction
101101
of the compiler.

0 commit comments

Comments
 (0)