1<!--===- docs/Directives.md
2
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
6
7-->
8
9# Compiler directives supported by Flang
10
11A list of non-standard directives supported by Flang
12
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.
16