llvm/flang/lib/parser
2018-04-19 15:46:02 -07:00
..
basic-parsers.h [flang] Combine expected character sets of messages ending at same point from two alternatives. 2018-04-19 11:21:04 -07:00
char-block.h [flang] Handle empty files gracefully. 2018-03-23 13:32:55 -07:00
char-buffer.cc [flang] Handle empty files gracefully. 2018-03-23 13:32:55 -07:00
char-buffer.h [flang] Improvements to memory-mapped source files. 2018-04-05 14:39:55 -07:00
char-set.cc [flang] Finish repackaging SetOfChars 2018-04-19 11:21:08 -07:00
char-set.h [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
characters.cc [flang] Handle empty files gracefully. 2018-03-23 13:32:55 -07:00
characters.h [flang] Address review comments. 2018-04-19 13:51:25 -07:00
CMakeLists.txt [flang] First cut at parser instrumentation with pass/fail counters. 2018-04-19 13:58:02 -07:00
debug-parser.h [flang] First cut at parser instrumentation with pass/fail counters. 2018-04-19 13:58:02 -07:00
format-specification.h [flang] Resolve some TODOs in the grammar. 2018-04-03 14:14:39 -07:00
grammar.h [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
idioms.cc [flang] Add ENUM_CLASS to define enum class with ToString function. 2018-03-23 14:41:48 -07:00
idioms.h [flang] Fix two errors in the grammar (array constructors with type but no values did not consume the ::, and ERR= was omitted from CLOSE(). Add CONVERT= extension to OPEN(). 2018-04-09 13:49:24 -07:00
indirection.h [flang] Avoid std::shared_ptr<> in favor of reference counting. 2018-04-17 16:58:11 -07:00
instrumented-parser.cc [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
instrumented-parser.h [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
interval.h [flang] Handle empty files gracefully. 2018-03-23 13:32:55 -07:00
message.cc [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
message.h [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
parse-state.h [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
parse-tree-visitor.h [flang] Merge parse-tree-mutator.h into parse-tree-visitor.h 2018-04-18 16:49:42 -07:00
parse-tree.cc [flang] Move ConvertToAssignment into class StmtFunctionStmt. 2018-04-19 07:07:47 -07:00
parse-tree.h [flang] Move ConvertToAssignment into class StmtFunctionStmt. 2018-04-19 07:07:47 -07:00
parsing.cc [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
parsing.h [flang] Parser instrumentation and fail-fast experiment begun. 2018-04-19 15:46:02 -07:00
preprocessor.cc [flang] Adjust TODO messages to reflect deliberate behavior. 2018-04-09 13:49:26 -07:00
preprocessor.h [flang] Clean out obsolete parsing code. Handle !cdir$ fixed and free in parser. 2018-03-28 15:04:36 -07:00
prescan.cc [flang] Remove a needless std::move() call, and be more careful about line continuation. 2018-04-09 13:49:28 -07:00
prescan.h [flang] Handle pp-directives amid continuations correctly, and fix a Hollerith ambiguity. 2018-04-09 13:49:26 -07:00
provenance.cc [flang] Address review comments. 2018-04-06 10:34:59 -07:00
provenance.h [flang] Address review comments. 2018-04-06 10:34:59 -07:00
reference-counted.h [flang] reformat 2018-04-17 16:58:16 -07:00
source.cc [flang] Address review comments. 2018-04-06 10:34:59 -07:00
source.h [flang] Address review comments. 2018-04-06 10:34:59 -07:00
token-parsers.h [flang] Address review comments. 2018-04-19 13:51:25 -07:00
token-sequence.cc [flang] Clean out obsolete parsing code. Handle !cdir$ fixed and free in parser. 2018-03-28 15:04:36 -07:00
token-sequence.h [flang] Clean out obsolete parsing code. Handle !cdir$ fixed and free in parser. 2018-03-28 15:04:36 -07:00
unparse.cc [flang] Use DataRef as a better name for the data-ref production. Use DataRef instead of Variable for LHS of pointer assignment. 2018-04-16 13:37:54 -07:00
unparse.h [flang] Incorporate more code review comments, fix more f90. 2018-03-14 15:31:16 -07:00
user-state.h [flang] First cut at parser instrumentation with pass/fail counters. 2018-04-19 13:58:02 -07:00