llvm-capstone/flang/tools/bbc
Valentin Clement (バレンタイン クレメン) f0812480d2
[flang][openacc] Support fixed form sentinel format (#69970)
The OpenACC standard mentions directive format for fixed form source
files. The following sentinels are accepted:

```
!$acc directive-name [clause-list]
c$acc directive-name [clause-list]
*$acc directive-name [clause-list]
```

Update the parser to accepts these. A new option is added to `bbc` so
the change can be tested.
2023-10-23 14:27:39 -07:00
..
.clang-format
bbc.cpp [flang][openacc] Support fixed form sentinel format (#69970) 2023-10-23 14:27:39 -07:00
CMakeLists.txt [flang] Fixed out-of-tree build after D156435. 2023-08-01 10:52:04 -07:00