aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Parser/prescan.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-08[flang] Make a non-digit in fixed-form label field an error unless -E (#174836)Peter Klausler1-16/+26
2025-11-17[Flang] [OpenMP] Add support for spaces in between the name (#168311)Thirumalai Shaktivel1-0/+3
2025-11-04[Flang] Nested directives are comments (#166348)Michael Kruse1-1/+1
2025-10-31[flang] Treat conditional comments as comments (#165881)Peter Klausler1-2/+22
2025-10-30[Flang] Solved issue with inline compiler directive (#143699)Ebin-McW1-1/+1
2025-10-24[flang] Let !@acc and !@cuf conditional lines be continuations (#164892)Peter Klausler1-29/+46
2025-10-21[flang] Line continuation for !@acc and !@cuf conditional lines (#164475)Peter Klausler1-17/+9
2025-10-02[flang][openacc] Suppport !@acc compiler sentinel (#161706)Valentin Clement (バレンタイン クレメン)1-0/+5
2025-09-30[flang] Don't retain FIXED/FREE compiler directives (#160780)Peter Klausler1-18/+15
2025-07-15[flang][Parser] Add whitespace token after the sentinel in fixed form (#148825)Tom Eccles1-1/+3
2025-07-03[flang] Fix handling of identifier in column 1 of free form continuat… (#14...Peter Klausler1-17/+19
2025-06-30[flang] Skip over fixed form spaces when prescanning exponents & kind… (#14...Peter Klausler1-0/+18
2025-05-28[flang] Fix prescanner bug w/ empty macros in line continuation (#141274)Peter Klausler1-1/+1
2025-05-12[flang] Further refinement of OpenMP !$ lines in -E mode (#138956)Peter Klausler1-99/+97
2025-04-18[flang] Don't perform macro replacement on exponents (#136176)Peter Klausler1-7/+6
2025-04-18[flang] Fix fixed-form continuations of !$ OpenMP conditional lines (#135852)Peter Klausler1-26/+50
2025-04-14[flang][OpenMP] Prescanning bug with !$ fixed form line continuation (#135416)Peter Klausler1-12/+10
2025-04-14[flang] Rework preprocessor fix for replacement in kind suffixes (#135406)Peter Klausler1-32/+38
2025-04-09[flang][OpenMP] Fix regression in !$ continuation (#134756)Peter Klausler1-33/+80
2025-04-09[flang] Fix preprocessor regression (#134405)Peter Klausler1-4/+17
2025-04-04[flang] Preserve compiler directives in -E output (#133959)Peter Klausler1-79/+96
2025-04-04[flang][preprocessor] Further macro replacement of continued identifiers (#13...Peter Klausler1-22/+35
2025-04-04[flang][preprocessor] Directive continuation must skip empty macros (#134149)Peter Klausler1-1/+1
2025-03-26[flang] Allow macro replacement in numeric kind suffix (#132120)Peter Klausler1-26/+39
2025-03-10[flang] Ignore empty keyword macros before directives (#130333)Peter Klausler1-9/+32
2025-02-13[flang][OpenMP] Skip invalid conditional compilation sentinels (#126282)Leandro Lupori1-0/+15
2025-01-14[flang] Adjust prescanner fix for preprocessing (#122779)Peter Klausler1-17/+5
2025-01-08[flang] Refine tokenization trick that hid macro name (#121990)Peter Klausler1-3/+16
2025-01-07[FLANG][OPENMP] Fix handling of continuation lines in mixed OpenMP an… (#12...kd06081-7/+11
2024-12-02[flang] Fix continuation when line begins with empty macro expansion (#117407)Peter Klausler1-1/+1
2024-11-21[flang] Don't tokenize an exponent that isn't one (#117061)Peter Klausler1-8/+23
2024-11-21[flang] Don't check fixed form label field too early (#117040)Peter Klausler1-30/+35
2024-10-15[flang] Retain spaces when preprocessing fixed-form source (#112417)Peter Klausler1-3/+5
2024-10-02[flang] Tag warnings with LanguageFeature or UsageWarning (#110304)Peter Klausler1-11/+17
2024-09-30[flang][preprocessor] Don't expand INCLUDE under -E by default (#110333)Peter Klausler1-0/+3
2024-09-17[flang] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim1-1/+1
2024-09-12[flang][preprocessor] Change handling of macros in text from Fortran … (#10...Peter Klausler1-5/+12
2024-09-04[flang][preprocessor] Extend handling of line continuation replacements (#107...Peter Klausler1-4/+8
2024-09-04[flang] Accept a non-breaking space character in source (#106611)Peter Klausler1-26/+48
2024-08-26[flang] Handle pp-directives better in line continuation (#105572)Peter Klausler1-32/+28
2024-07-30[flang][preprocessor] Fix handling of #line before free-form continua… (#10...Peter Klausler1-1/+5
2024-07-18[flang][preprocessor] Handle initial "MACRO&" with no space (#98684)Peter Klausler1-4/+12
2024-06-28[flang] Accept a compiler directive sentinel after a semicolon (#96966)Peter Klausler1-26/+28
2024-06-28[flang][preprocessor] Expand some keyword macros in quoted character … (#96...Peter Klausler1-0/+35
2024-06-24[flang][preprocessing] Mix preprocessing directives with free form li… (#96...Peter Klausler1-30/+40
2024-06-18[flang] Fix crash due to overly broad assertion (#95809)Peter Klausler1-5/+3
2024-06-13[flang][preprocessor] Fixed-form continuation across preprocessing di… (#95...Peter Klausler1-3/+17
2024-06-12[flang] Disable Fortran free form line continuation in non-source lin… (#94...Peter Klausler1-18/+57
2024-06-03[flang][preprocessing] Handle #include after & line continuation (#93382)Peter Klausler1-21/+33
2024-05-01[flang] Ensure all warning/portability messages are guarded by Should… (#90...Peter Klausler1-10/+18