llvm/flang/lib/parser
2019-03-21 13:42:35 -07:00
..
basic-parsers.h [flang] Address review comments 2019-03-19 14:18:44 -07:00
char-block.h [flang] Add ExtendToCover() to CharBlock and Interval 2018-11-29 09:10:19 -08: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] Remove SHARED from add_library(), use cmake command line option instead 2019-01-22 16:31:20 -08:00
debug-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
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] Move dump-parse-tree.h from semantics into parser. 2019-03-14 16:28:06 -07:00
features.h [flang] more spec work, handle classic C comments 2019-03-15 13:57:41 -07:00
format-specification.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
grammar.h [flang] Still do scalar- constraint check. 2019-03-19 11:59:58 -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] Convert structs to classes, move some defs from variable.h to call.h 2019-01-31 16:04:17 -08:00
message.h [flang] Convert structs to classes, move some defs from variable.h to call.h 2019-01-31 16:04:17 -08:00
openmp-grammar.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
parse-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
parse-tree-visitor.h [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
parse-tree.cc [flang] cleanup after extraction and merging 2019-03-20 11:49:32 -07:00
parse-tree.h [flang] cleanup after extraction and merging 2019-03-20 11:49:32 -07:00
parsing.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
parsing.h [flang] push for review 2019-02-15 14:26:23 -08:00
preprocessor.cc [flang] Final tweaks, can now parse all SPEC CPUv6 2019-03-15 15:01:54 -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] Better error locations 2019-03-21 13:42:35 -07:00
prescan.h [flang] Better error locations 2019-03-21 13:42:35 -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] 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
token-parsers.h [flang] Simplify 2019-03-18 12:24:44 -07:00
token-sequence.cc [flang] Fix bug#348 2019-03-21 10:36:04 -07:00
token-sequence.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
type-parsers.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
unparse.cc [flang] Fix unparsing of defined operators. 2019-03-20 14:17:12 -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