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