llvm/flang/lib/semantics
2019-04-10 08:52:46 -07:00
..
assignment.cc [flang] Lots of debugging and refinement 2019-04-08 16:16:55 -07:00
assignment.h [flang] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07:00
attr.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
attr.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
canonicalize-do.cc [flang] Simplify Semantics::Perform 2019-03-06 17:07:25 -08:00
canonicalize-do.h [flang] Simplify Semantics::Perform 2019-03-06 17:07:25 -08:00
check-arithmeticif.cc [flang] Removed unused #include files from check-computed-goto.cc. 2019-03-27 20:46:51 -07:00
check-arithmeticif.h [flang] Inline the constructors for IF semantics checkers. 2019-03-26 20:48:51 -07:00
check-computed-goto.cc [flang] Removed unused #include files from check-computed-goto.cc. 2019-03-27 20:46:51 -07:00
check-computed-goto.h [flang] Implement semantics for computed GOTO. Note that a PGI extension 2019-03-27 15:44:17 -07:00
check-do-concurrent.cc [flang] Simplify expression visitor usage 2019-04-05 12:56:09 -07:00
check-do-concurrent.h [flang] Remove the IF specific context classes; in these cases they 2019-03-26 18:03:33 -07:00
check-if-construct.cc [flang] Removed unused #include files from check-computed-goto.cc. 2019-03-27 20:46:51 -07:00
check-if-construct.h [flang] Inline the constructors for IF semantics checkers. 2019-03-26 20:48:51 -07:00
check-if-stmt.cc [flang] Remove unused variable in check-if-stmt.cc 2019-04-01 21:28:16 -07:00
check-if-stmt.h [flang] Inline the constructors for IF semantics checkers. 2019-03-26 20:48:51 -07:00
check-nullify.cc [flang] Use structureComponent.component.symbol directly instead of getting 2019-04-08 00:26:10 -07:00
check-nullify.h [flang] Check semantic contraints for the nullify statement. The full 2019-04-07 11:29:48 -07:00
CMakeLists.txt [flang] Check semantic contraints for the nullify statement. The full 2019-04-07 11:29:48 -07:00
expression.cc [flang] Redo without macros 2019-04-09 13:29:40 -07:00
expression.h [flang] Lots of debugging and refinement 2019-04-08 16:16:55 -07:00
mod-file.cc [flang] Simplify expression visitor usage 2019-04-05 12:56:09 -07:00
mod-file.h [flang] Simplify Semantics::Perform 2019-03-06 17:07:25 -08:00
resolve-labels.cc [flang] When computing the stack of scopes, a label on the first statement 2019-03-22 19:29:00 -07:00
resolve-labels.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
resolve-names-utils.cc [flang] Address review comments. 2019-04-04 16:32:37 -07:00
resolve-names-utils.h [flang] Address review comments. 2019-04-04 16:32:37 -07:00
resolve-names.cc [flang] Redo without macros 2019-04-09 13:29:40 -07:00
resolve-names.h [flang] Simplify Semantics::Perform 2019-03-06 17:07:25 -08:00
rewrite-parse-tree.cc [flang] Do not replace format with namelist if there is no unit (avoiding accidental language extension) 2019-04-10 08:52:46 -07:00
rewrite-parse-tree.h [flang] Simplify Semantics::Perform 2019-03-06 17:07:25 -08:00
scope.cc [flang] Address comments, clean up warnings 2019-04-02 11:56:19 -07:00
scope.h [flang] Redo without macros 2019-04-09 13:29:40 -07:00
semantics.cc [flang] Check semantic contraints for the nullify statement. The full 2019-04-07 11:29:48 -07:00
semantics.h [flang] Redo without macros 2019-04-09 13:29:40 -07:00
symbol.cc [flang] Support coarrays in name resolution 2019-04-04 14:47:59 -07:00
symbol.h [flang] Support coarrays in name resolution 2019-04-04 14:47:59 -07:00
tools.cc [flang] Check semantic contraints for the nullify statement. The full 2019-04-07 11:29:48 -07:00
tools.h [flang] Check semantic contraints for the nullify statement. The full 2019-04-07 11:29:48 -07:00
type.cc [flang] Move some AsFortran() implementations into new formatting.cc; use precedence for parentheses 2019-04-01 10:58:55 -07:00
type.h [flang] Type checking on values in structure components 2019-03-04 16:30:22 -08:00
unparse-with-symbols.cc [flang] Change when symbol is set in parser::Name 2018-12-06 07:16:52 -08:00
unparse-with-symbols.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