summaryrefslogtreecommitdiff
path: root/flang/lib/Parser
Commit message (Expand)AuthorAgeFilesLines
* [flang] Don't mistakenly tokenize a Hollerith literal from "DO 100 H=..." (bu...Peter Klausler2023-05-161-3/+8
* [OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_ADDR clause o...Raghu Maddhipatla2023-05-101-0/+3
* [Flang] Syntax support for OMP Allocators ConstructEthan Luis McDonough2023-05-102-4/+83
* [flang] OpenMP allocate directive parse tree fixEthan Luis McDonough2023-05-051-0/+8
* Revert "[flang] OpenMP allocate directive parse tree fix"Ethan Luis McDonough2023-05-051-8/+0
* [flang] OpenMP allocate directive parse tree fixEthan Luis McDonough2023-05-051-0/+8
* Revert "[flang] OpenMP allocate directive parse tree fix"Ethan Luis McDonough2023-05-051-8/+0
* [flang] OpenMP allocate directive parse tree fixEthan Luis McDonough2023-05-051-0/+8
* Revert "[flang] OpenMP allocate directive parse tree fix"Ethan Luis McDonough2023-05-051-8/+0
* [flang] OpenMP allocate directive parse tree fixEthan Luis McDonough2023-05-051-0/+8
* [OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_PTR clause on...Raghu Maddhipatla2023-04-261-1/+1
* [flang] Semantics for !DIR$ IGNORE_TKRPeter Klausler2023-04-192-5/+5
* [nfc][flang] Eliminate the dependency on cctype by using characters.hShao-Ce SUN2023-04-121-2/+1
* [flang][OpenMP] Add parser support for order clauseKavitha Natarajan2023-02-212-0/+18
* [flang] Remove macro replacement in angular bracket includesEthan Luis McDonough2023-02-181-1/+1
* [Flang][OpenMP] Added parser support for device_type clauseAkash Banerjee2023-02-162-0/+9
* [flang] Emit portability warning for extensionPeter Klausler2023-02-131-0/+6
* [flang] Fix new assertion failurePeter Klausler2023-02-131-2/+4
* [flang] Fix defined I/O semantics crash & missing errors that exposed itPeter Klausler2023-01-291-1/+1
* [flang] Diagnose fixed form statement that begins with continuation linePeter Klausler2023-01-281-8/+14
* [flang][parser] Diagnose an invalid spacePeter Klausler2023-01-271-9/+14
* [Flang] Fix parsing error on loop count compiler directiveNadeem, Usman2023-01-172-0/+9
* [flang][OpenMP] Parser support for the unroll construct (5.1)Abid Malik2023-01-172-1/+8
* [flang][OpenMP] Added parser support for Tile Construct ( OpenMP 5.1)Abid Malik2023-01-172-1/+7
* [flang] Warn on missing colons (C768)Peter Klausler2022-12-031-0/+12
* [flang] Warn about more continuation lines than the standard permitsPeter Klausler2022-12-022-3/+12
* [flang] Restore ENUM_CLASS() to be compilation-time codePeter Klausler2022-12-022-3/+15
* [flang][OpenMP] Add parser support for Requires directiveSergio Afonso2022-11-102-0/+49
* [flang] Improve error recovery for bad/missing construct END statementsPeter Klausler2022-10-296-26/+32
* [flang] Improve syntax error messages by fixing withMessage() parser combinatorPeter Klausler2022-10-061-10/+15
* [flang] Allow a generic-spec on a PUBLIC/PRIVATE statement to declare a genericPeter Klausler2022-09-231-2/+2
* [flang][OpenMP] Parser support for Target directive and Device clauseSesha Kalyur2022-08-212-1/+14
* Revert "Some more from-the-hip ctad-maybe-unsupported fixes for flang"David Blaikie2022-08-161-6/+0
* Some more from-the-hip ctad-maybe-unsupported fixes for flangDavid Blaikie2022-08-161-0/+6
* [flang] Support the color diagnostics on scanning, parsing, and semanticsPeixin Qiao2022-07-273-10/+49
* [flang] Fix parsing and semantics for array element substring%KIND/%LENPeter Klausler2022-07-223-3/+12
* [flang][openacc] Use TableGen to generate the clause parserValentin Clement2022-07-181-95/+13
* [flang][openacc][NFC] Extract device_type parser to its ownValentin Clement2022-07-081-4/+7
* [flang][openacc][NFC] Make self clause value optional in ACC.td and extract t...Valentin Clement2022-07-081-4/+4
* [flang] Avoid spurious warnings in pedantic mode from FORMAT itemsPeter Klausler2022-07-061-61/+67
* [flang][OpenMP] Added parser support for in_reduction clauseNimish Mishra2022-06-062-0/+11
* [flang] Distinguish intrinsic module USE in module files; correct search pathsPeter Klausler2022-06-031-2/+5
* [flang][OpenMP] Added parser support for defaultmap (OpenMP 5.0)Dossay Oryspayev2022-06-011-4/+22
* [flang] Support correct continuations for compiler directivesDaniil Dudkin2022-05-271-14/+37
* [flang][nfc] Use a message class for "not yet implemented" messagesPeter Steinfeld2022-05-051-1/+5
* [flang] Disambiguate F(X)=Y case where F is a function returning a pointerPeter Klausler2022-04-251-11/+16
* [flang] Add & use a better visit() (take 2)Peter Klausler2022-04-165-416/+425
* [flang] Handle parameter-dependent types in PDT initializersPeter Klausler2022-04-151-2/+8
* [flang] Accept TYPE(intrinsic type) in declarations only for non-extension typePeter Klausler2022-04-141-2/+5
* [flang] Improve appearance of message attachmentsPeter Klausler2022-04-141-29/+45