summaryrefslogtreecommitdiff
path: root/flang/lib/parser/unparse.cc
Commit message (Expand)AuthorAgeFilesLines
* [flang] Use fundamental types in overloadings of Unparse.Tim Keith2018-10-101-2/+5
* [flang] Correct the spelling of LOCAL_INIT clauses on DO CONCURRENT statements.peter klausler2018-10-021-1/+1
* [flang] Address review commentsTim Keith2018-09-051-2/+2
* [flang] Move KindOrLen enum to common/fortran.hTim Keith2018-09-041-2/+2
* [flang] Add common::ImportKindTim Keith2018-08-231-4/+5
* [flang] More expression analysis of literal constants.peter klausler2018-08-091-10/+1
* [flang] Clean up end-of-statement error recovery. And fix issue#157.peter klausler2018-07-311-2/+2
* [flang] Merge pull request flang-compiler/f18#137 from flang-compiler/ompparhsuauthai2018-07-201-166/+420
* [flang] Really fix backslash escapes.peter klausler2018-07-191-6/+12
* [flang] Another SUBMODULE unparsing tweak, and restore buildability with gcc ...peter klausler2018-07-191-1/+1
* [flang] Fix clang build warning in mod-file.ccpeter klausler2018-07-191-1/+1
* [flang] Address issue#125, flang-compiler/f18#115, and improve error recovery...peter klausler2018-07-191-1/+1
* [flang] correct typo in unparse.cc found in testpeter klausler2018-07-111-1/+1
* [flang] Use braces in auto initializers.peter klausler2018-07-111-29/+29
* [flang] Use Indirection. Get variables to work in int expressions.peter klausler2018-07-091-12/+4
* [flang] Support unparse with symbol annotations.Tim Keith2018-06-261-4/+8
* [flang] Rearrange some facilities into a new lib/common.peter klausler2018-06-181-116/+133
* [flang] Fix comment in openmp-grammar.h. Fix unparse of reduction operator.Hongyon Suauthai2018-06-011-3/+13
* [flang] Fix space in issue unparse.cc between directive and its first clause.Hongyon Suauthai2018-06-011-94/+99
* [flang] update unparsing openmp directives and clauses.Hongyon Suauthai2018-06-011-210/+249
* [flang] Update unparse.cc and move declarative directives for now.Hongyon Suauthai2018-06-011-0/+333
* [flang] add more clauses, declarative directives, standalone directives, and ...Hongyon Suauthai2018-05-311-40/+0
* [flang] Modified directive names and clauses to reflect in OpenMP Spec.Hongyon Suauthai2018-05-161-6/+6
* [flang] Add OpenMP parallel directives and private/firstprivate clauses to pa...Hongyon Suauthai2018-05-161-0/+40
* [flang] Observe line length limit when unparsing BOZ literals.peter klausler2018-05-091-1/+9
* [flang] Normalize namespace definitions.Tim Keith2018-05-021-4/+3
* [flang] Add copyright notices.Tim Keith2018-05-011-0/+14
* [flang] Patches to permit building with Clang without notes or warnings.peter klausler2018-04-261-17/+12
* [flang] Resolve an old TODO by flattening a std::optional<std::optional<>>.peter klausler2018-04-251-1/+1
* [flang] Use DataRef as a better name for the data-ref production. Use DataRe...peter klausler2018-04-161-2/+2
* [flang] Simplify proc-component-ref and variable parsing, do not try to suppo...peter klausler2018-04-161-3/+0
* [flang] Fix unparsing of renamed operators in USE statements.peter klausler2018-04-091-2/+1
* [flang] Always put parens on unparsed ENTRY statement in case there is a suffix.peter klausler2018-04-091-2/+2
* [flang] Fix unparsing of pointer-decls with deferred shape.peter klausler2018-04-091-1/+5
* [flang] Avoid most uses of Boolean-valued Pre() callbacks in unparse.cc.peter klausler2018-04-091-680/+328
* [flang] Address review comments (thanks!).peter klausler2018-04-031-12/+11
* [flang] Revamp messaging. Add ""_err_en_US to denote fatal error messages.peter klausler2018-04-021-3/+1
* [flang] Fix indentation bug in unparsed output that I introduced in last merge.peter klausler2018-04-021-5/+4
* [flang] Debugging, and resolve another TODO in unparse.cc.peter klausler2018-03-301-9/+32
* [flang] Clean out obsolete parsing code. Handle !cdir$ fixed and free in par...peter klausler2018-03-281-4/+25
* [flang] Add ENUM_CLASS to define enum class with ToString function.Tim Keith2018-03-231-31/+20
* [flang] Disable code in development before merging into master.peter klausler2018-03-231-1/+1
* [flang] Handle empty files gracefully.peter klausler2018-03-231-9/+19
* [flang] Make unreadable code less so, per review comments.peter klausler2018-03-191-13/+46
* [flang] More f90_correct work.peter klausler2018-03-161-0/+4
* [flang] More f90_correct work.peter klausler2018-03-151-2/+18
* [flang] Make previous commit more precise.peter klausler2018-03-151-1/+4
* [flang] Never emit :: when /-bracketed initializers appear on a type declarat...peter klausler2018-03-151-8/+9
* [flang] Unparsing fixes, PGF90 bug work-arounds.peter klausler2018-03-151-18/+16
* [flang] Get clean parse-unparse-reparse-unparse on f90_correct too.peter klausler2018-03-151-5/+2