llvm/flang/lib
Tim Keith 9ae71a0357 [flang] Fix crash evaluating kind expression
If we fail to evaluate the kind expression we were getting an invalid
optional reference. Instead, fail with an assert. This can happen if an
intrinsic function is not folded, but that will be implemented
eventually.

Original-commit: flang-compiler/f18@3bdbfc34bb
Reviewed-on: https://github.com/flang-compiler/f18/pull/256
Tree-same-pre-rewrite: false
2019-01-08 12:14:35 -08:00
..
common [flang] Support operator== for expressions. 2019-01-04 14:05:53 -08:00
evaluate [flang] Added preprocessor directives to limit the use of non-inline ExpressionBase<A>::derived to GCC on Mac (inlined on all other platforms) 2019-01-03 09:45:27 -07:00
parser [flang] Roll up small tweaks to parser and semantics. 2019-01-07 15:38:48 -08:00
semantics [flang] Fix crash evaluating kind expression 2019-01-08 12:14:35 -08:00
CMakeLists.txt [flang] Rearrange some facilities into a new lib/common. 2018-06-18 11:05:17 -07:00