1 <!--===- docs/Directives.md
3 Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 See https://llvm.org/LICENSE.txt for license information.
5 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 # Compiler directives supported by Flang
11 A list of non-standard directives supported by Flang
13 * `!dir$ fixed` and `!dir$ free` select Fortran source forms. Their effect
14 persists to the end of the current source file.
15 * `!dir$ ignore_tkr (tkr) var-list` omits checks on type, kind, and/or rank.