llvm/flang/lib/parser
Jean Perier 6a1b208a4d [flang] Answer first comments
Original-commit: flang-compiler/f18@4058efcd9c
Reviewed-on: https://github.com/flang-compiler/f18/pull/471
Tree-same-pre-rewrite: false
2019-06-05 06:53:57 -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] Fix UTF-8 bugs and add related tests 2019-06-05 06:53:23 -07: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] Handle large integer literals without kinds better 2019-05-30 13:31:11 -07:00
format-specification.h [flang] Redo without macros 2019-04-09 13:29:40 -07:00
grammar.h [flang] Fix correction of misparsed struct const as actual arg, and semantics of MODULE PROCEDURE in INTERFACE 2019-06-04 13:37:16 -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] Complete folding of intermixed array and component references 2019-05-29 13:22:35 -07:00
parse-tree.h [flang] Fix correction of misparsed struct const as actual arg, and semantics of MODULE PROCEDURE in INTERFACE 2019-06-04 13:37:16 -07:00
parsing.cc [flang] Rearrange references to AllSources singleton, fix FindScope for module files 2019-06-04 13:37:09 -07:00
parsing.h [flang] Rearrange references to AllSources singleton, fix FindScope for module files 2019-06-04 13:37:09 -07: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] Answer first comments 2019-06-05 06:53:57 -07:00
prescan.h [flang] Lots of debugging and refinement 2019-04-08 16:16:55 -07:00
provenance.cc [flang] Rearrange references to AllSources singleton, fix FindScope for module files 2019-06-04 13:37:09 -07:00
provenance.h [flang] Rearrange references to AllSources singleton, fix FindScope for module files 2019-06-04 13:37:09 -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] Unparse the typedExpr from semantics, when present, rather than original parse tree expressions 2019-06-04 16:25:06 -07:00
unparse.h [flang] Unparse the typedExpr from semantics, when present, rather than original parse tree expressions 2019-06-04 16:25:06 -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