llvm/flang/lib/FIR
Tim Keith 2dbd0dfb1c [flang] Change ExprRef to return reference
ExprRef never returns a null pointer so change it to return a reference.
Add overloading for parser::Variable as they now also hold a typedExpr.
Change some of the functions that the result of ExprRef is passed to so
that they take references instead of pointers.

Original-commit: flang-compiler/f18@2cdab6b166
Reviewed-on: https://github.com/flang-compiler/f18/pull/424
2019-04-21 20:46:15 -07:00
..
afforestation.cc [flang] Change ExprRef to return reference 2019-04-21 20:46:15 -07:00
afforestation.h [flang] Fixes for building with clang++ and other misc. from review 2019-03-11 08:56:36 -07:00
basicblock.cc [flang] replace the stubs for translating terminal symbols to expressions; start pushing Value type into FIR; cleanup terminator succ_blocks; remove parser element from disassociate; run clang-format; etc. 2019-03-15 10:03:06 -07:00
basicblock.h [flang] replace the stubs for translating terminal symbols to expressions; start pushing Value type into FIR; cleanup terminator succ_blocks; remove parser element from disassociate; run clang-format; etc. 2019-03-15 10:03:06 -07:00
builder.cc [flang] Rename to Fortran.h, update style guide, run clang-format 2019-02-28 11:48:15 -08:00
builder.h [flang] Change ExprRef to return reference 2019-04-21 20:46:15 -07:00
CMakeLists.txt [flang] Add CMake rules to install static and shared libraries in 2019-03-28 09:55:56 -07:00
common.h [flang] temporary symbol creation and improve dump routine 2019-03-25 09:29:01 -07:00
flattened.cc [flang] add QualifiedStmt class 2019-04-09 11:52:04 -07:00
flattened.h [flang] improved output on flat fir 2019-03-23 11:14:20 -07:00
graph-writer.cc [flang] temporary symbol creation and improve dump routine 2019-03-25 09:29:01 -07:00
graph-writer.h [flang] remove unused files 2019-03-11 12:24:16 -07:00
mixin.h [flang] make the ctor use special type deduction so members can be moved and 2019-04-09 11:36:42 -07:00
procedure.cc [flang] various code cleanups from QualifiedType reviews 2019-04-12 09:21:29 -07:00
procedure.h [flang] replace the stubs for translating terminal symbols to expressions; start pushing Value type into FIR; cleanup terminator succ_blocks; remove parser element from disassociate; run clang-format; etc. 2019-03-15 10:03:06 -07:00
program.cc [flang] replace the stubs for translating terminal symbols to expressions; start pushing Value type into FIR; cleanup terminator succ_blocks; remove parser element from disassociate; run clang-format; etc. 2019-03-15 10:03:06 -07:00
program.h [flang] replace the stubs for translating terminal symbols to expressions; start pushing Value type into FIR; cleanup terminator succ_blocks; remove parser element from disassociate; run clang-format; etc. 2019-03-15 10:03:06 -07:00
region.cc [flang] replace the stubs for translating terminal symbols to expressions; start pushing Value type into FIR; cleanup terminator succ_blocks; remove parser element from disassociate; run clang-format; etc. 2019-03-15 10:03:06 -07:00
region.h [flang] temporary symbol creation and improve dump routine 2019-03-25 09:29:01 -07:00
statements.cc [flang] various code cleanups from QualifiedType reviews 2019-04-12 09:21:29 -07:00
statements.h [flang] Change ExprRef to return reference 2019-04-21 20:46:15 -07:00
value.h [flang] temporary symbol creation and improve dump routine 2019-03-25 09:29:01 -07:00