aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Parser/token-sequence.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-03[flang][prescanner] fix invalid check (#146613)Andre Kuhlenschmidt1-1/+2
2025-05-12[flang] Further refinement of OpenMP !$ lines in -E mode (#138956)Peter Klausler1-2/+4
2025-04-18[flang] Don't perform macro replacement on exponents (#136176)Peter Klausler1-6/+7
2025-04-09[flang] Fix preprocessor regression (#134405)Peter Klausler1-1/+1
2025-04-04[flang] Preserve compiler directives in -E output (#133959)Peter Klausler1-0/+1
2024-11-05[flang] Handle "defined" in macro expansions (#114844)Peter Klausler1-0/+10
2024-06-28[flang] Accept a compiler directive sentinel after a semicolon (#96966)Peter Klausler1-7/+4
2024-06-13[flang][preprocessor] Fixed-form continuation across preprocessing di… (#95...Peter Klausler1-4/+8
2024-06-12[flang] Disable Fortran free form line continuation in non-source lin… (#94...Peter Klausler1-1/+4
2024-04-10[flang][Frontend] Implement printing defined macros via -dM (#87627)Krzysztof Parzyszek1-1/+2
2024-03-11[flang] Avoid forming a reference from null pointer (#84787)Krzysztof Parzyszek1-1/+4
2023-10-31[flang] Accept directive sentinels in macro-replaced source better (#70699)Peter Klausler1-10/+12
2023-07-31[flang] Stricter "implicit continuation" in preprocessingPeter Klausler1-3/+5
2023-06-01[flang] Fix character initialization after continuationLeandro Lupori1-4/+13
2023-05-18[flang] Allow compiler directives in macrosPeter Klausler1-4/+31
2023-02-13[flang] Fix new assertion failurePeter Klausler1-2/+4
2021-10-06[flang] Catch mismatched parentheses in prescannerpeter klausler1-10/+39
2021-09-17[flang] Enforce fixed form rules about END continuationpeter klausler1-2/+6
2021-07-30[flang] Produce proper "preprocessor output" for -E optionpeter klausler1-1/+2
2020-09-21Do not dereference an array out of bound just to take its addressserge-sans-paille1-1/+2
2020-08-25[flang] Improve error handling for bad characters in sourcepeter klausler1-0/+22
2020-07-17[flang] Allow ! and // comments after some preprocessing directivespeter klausler1-0/+25
2020-03-28[flang] Reformat with latest clang-format and .clang-formatTim Keith1-2/+2
2020-03-19[flang] [LLVMify F18] Replace the use std::ostream with LLVM streams llvm::os...Caroline Concatto1-2/+3
2020-02-25[flang] [LLVMify F18] Compiler module folders should have capitalised names (...CarolineConcatto1-0/+287