llvm/flang/lib/parser
peter klausler 8aa47941ee [flang] Remove obsolete #if 0 code.
Original-commit: flang-compiler/f18@0195cd5646
Reviewed-on: https://github.com/flang-compiler/f18/pull/59
Tree-same-pre-rewrite: false
2018-04-17 16:58:12 -07:00
..
basic-parsers.h [flang] Remove obsolete #if 0 code. 2018-04-17 16:58:12 -07:00
char-block.h
char-buffer.cc
char-buffer.h [flang] Improvements to memory-mapped source files. 2018-04-05 14:39:55 -07:00
characters.cc
characters.h [flang] Address review comments (thanks!). 2018-04-03 10:29:04 -07:00
CMakeLists.txt
debug-parser.h [flang] Message experiment: defer all message generation until non-speculative. 2018-04-17 16:58:10 -07:00
format-specification.h [flang] Resolve some TODOs in the grammar. 2018-04-03 14:14:39 -07:00
grammar.h [flang] fix misrecogition of actual argument "a==b" as keyword "a=" and value "=b" 2018-04-16 15:41:37 -07:00
idioms.cc
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
interval.h
message.cc [flang] Revamp messaging. Add ""_err_en_US to denote fatal error messages. 2018-04-02 15:51:04 -07:00
message.h [flang] Avoid std::shared_ptr<> in favor of reference counting. 2018-04-17 16:58:11 -07:00
parse-state.h [flang] Avoid std::shared_ptr<> in favor of reference counting. 2018-04-17 16:58:11 -07:00
parse-tree-visitor.h [flang] Avoid most uses of Boolean-valued Pre() callbacks in unparse.cc. 2018-04-09 13:47:39 -07:00
parse-tree.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
parse-tree.h [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
parsing.cc [flang] Message experiment: defer all message generation until non-speculative. 2018-04-17 16:58:10 -07:00
parsing.h [flang] Better error recovery, some debugging. 2018-04-02 16:06:18 -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] Avoid std::shared_ptr<> in favor of reference counting. 2018-04-17 16:58:11 -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] Add length check so that memcmp() on source does not go past the end of input and make valgrind complain. 2018-04-09 15:08:38 -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
user-state.h [flang] Debugging after testing. Take care of a TODO in the prescanner. 2018-03-30 16:21:12 -07:00