2.10. Keywords

The tiarmclang compiler supports C and C++ language keywords defined in the relevant language standards. You can find information these keywords in an up-to-date version of the C and C++ language standards. The C++ reference web site is also a very useful resource for information about elements of the C and C++ programming languages.

In addition to the keywords described in the C and C++ language standards, the tiarmclang compiler also supports some Arm target-specific keywords. This section provides information about the Arm target-specific keywords that are recognized by the compiler as well as some of the more common and useful C and C++ language keywords.

2.10.1. const Keyword

The compiler supports the ANSI/ISO standard keywork const in all modes.