llvm/flang/lib/parser
peter klausler 59342b0641 [flang] work in progress
checkpoint: changes build, tests all pass

many fixes, ready to test more

Further CLASS(*) support

More fixes for CLASS(*)

Hide data members of DynamicType

implement PRESENT() intrinsic

Original-commit: flang-compiler/f18@044ba12c20
Reviewed-on: https://github.com/flang-compiler/f18/pull/466
Tree-same-pre-rewrite: false
2019-05-20 13:37:28 -07:00
..
basic-parsers.h [flang] Use parameter packs to simplify parser combinators. Work around g++ bug better. 2019-04-19 16:59:28 -07:00
char-block.h [flang] Strip comments from source and directive lines after macro replacement 2019-05-10 16:04:10 -07:00
char-buffer.cc [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
char-buffer.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
char-set.cc [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
char-set.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
characters.cc [flang] bugfixing from regression testing 2018-11-14 11:12:09 -08:00
characters.h [flang] Use std::optional<>::value() where appropriate. 2018-12-05 13:03:39 -08:00
CMakeLists.txt [flang] Generalize tools, clean up common/unwrap.h with new-found knowledge 2019-04-16 15:59:04 -07:00
debug-parser.cc [flang] Replace formatting of CharBlock & string 2019-05-07 09:24:32 -07:00
debug-parser.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
dump-parse-tree.h [flang] Change parse tree to allow DO loop over REAL 2019-05-09 08:33:28 -07:00
features.h [flang] Support CONVERT= and DISPOSE= on INQUIRE 2019-04-01 10:14:19 -07:00
format-specification.h [flang] Redo without macros 2019-04-09 13:29:40 -07:00
grammar.h [flang] work in progress 2019-05-20 13:37:28 -07:00
instrumented-parser.cc [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
instrumented-parser.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
message.cc [flang] Remove support for Names in messages for now. 2019-05-07 10:04:21 -07:00
message.h [flang] Allow use of (x?"a":"b") as a message argument 2019-05-08 11:11:11 -07:00
openmp-grammar.h [flang] OpenMP 4.5 grammar related minor fixes 2019-05-08 14:12:28 -07:00
parse-state.h [flang] Lots of debugging and refinement 2019-04-08 16:16:55 -07:00
parse-tree-visitor.h [flang] Change parse tree to allow DO loop over REAL 2019-05-09 08:33:28 -07:00
parse-tree.cc [flang] work in progress 2019-05-20 13:37:28 -07:00
parse-tree.h [flang] work in progress 2019-05-20 13:37:28 -07:00
parsing.cc [flang] Replace formatting of CharBlock & string 2019-05-07 09:24:32 -07:00
parsing.h [flang] push for review 2019-02-15 14:26:23 -08:00
preprocessor.cc [flang] Replace formatting of CharBlock & string 2019-05-07 09:24:32 -07:00
preprocessor.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
prescan.cc [flang] Fix bug with comment clipping on compiler directives 2019-05-15 12:35:36 -07:00
prescan.h [flang] Lots of debugging and refinement 2019-04-08 16:16:55 -07:00
provenance.cc [flang] Change formatting of common::visitors{} 2018-11-29 09:27:34 -08:00
provenance.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
source.cc [flang] merge 2018-10-26 15:19:13 -07:00
source.h [flang] new refactored Fold 2018-10-26 15:19:09 -07:00
stmt-parser.h [flang] some debugging after more testing 2019-04-01 16:23:34 -07:00
token-parsers.h [flang] Use parameter packs to simplify parser combinators. Work around g++ bug better. 2019-04-19 16:59:28 -07:00
token-sequence.cc [flang] Fix bug with comment clipping on compiler directives 2019-05-15 12:35:36 -07:00
token-sequence.h [flang] Fix bug with comment clipping on compiler directives 2019-05-15 12:35:36 -07:00
tools.cc [flang] Allocate semantic checks (second part) 2019-05-03 00:45:22 -07:00
tools.h [flang] Allocate semantic checks (second part) 2019-05-03 00:45:22 -07:00
type-parsers.h [flang] Use parameter packs to simplify parser combinators. Work around g++ bug better. 2019-04-19 16:59:28 -07:00
unparse.cc [flang] Change parse tree to allow DO loop over REAL 2019-05-09 08:33:28 -07:00
unparse.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
user-state.cc [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
user-state.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00