llvm/flang/lib
Tim Keith 42d7ac3e36 [flang] Fix link error from last integration
We need to be able to analyze the `Variable` in a `Selector` and an
expression. That worked in a previous iteration of `expression.h` by
analyzing each variant of `Variable`.

This fix adds an explicit public function to analyze a Variable and
return a `MaybeExpr`.

Original-commit: flang-compiler/f18@9848a5d48f
Reviewed-on: https://github.com/flang-compiler/f18/pull/262
2019-01-16 17:18:10 -08:00
..
common [flang] Support operator== for expressions. 2019-01-04 14:05:53 -08:00
evaluate [flang] remove debugging output 2019-01-09 15:13:23 -08:00
parser [flang] Roll up small tweaks to parser and semantics. 2019-01-07 15:38:48 -08:00
semantics [flang] Fix link error from last integration 2019-01-16 17:18:10 -08:00
CMakeLists.txt