[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / docs / Directives.md
bloba1a99b674cef22b52e9c9025092108fc22498746
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 -->
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.