Commit 82d07ee
committed
[flang] Correct file type for
Although not standard, Fortran upper-case extensions generally indicate
files that require preprocessing. This convention holds for most cases
in `clang/lib/Driver/Types.cpp`, except for `.FOR`.
This commit fixes the inconsistency by ensuring `.FOR` files are
correctly identified as `TY_Fortran`, aligning their behavior with other
upper-case Fortran extensions..FOR extension1 parent 2696271 commit 82d07ee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
0 commit comments