llvm/flang/lib
Tim Keith 5c27c9ea3f [flang] Address review comments.
Replace operator=(Symbol) and operator=(DeclTypeSpec) with set_symbol()
and set_type() to make it clearer. Eliminate the move constructor as it
is not needed. Make all but the accessor functions out-of-line.

Change HasExplicitType() to NeedsExplicitType(), reversing its sense.
HasExplicitType() returned true for symbols that didn't have or need an
explicit type, which was confusing.

Original-commit: flang-compiler/f18@ada13ac6a3
Reviewed-on: https://github.com/flang-compiler/f18/pull/97
2018-06-06 11:41:42 -07:00
..
parser [flang] Fix comment in openmp-grammar.h. Fix unparse of reduction operator. 2018-06-01 14:36:51 -07:00
semantics [flang] Address review comments. 2018-06-06 11:41:42 -07:00
CMakeLists.txt [flang] Add copyright notices. 2018-05-01 12:50:34 -07:00