llvm/flang/lib/semantics
Tim Keith ced6d642e0 [flang] Address review comments.
Make map_type private -- it is not part of the API.

Add cbegin() and cend().

Original-commit: flang-compiler/f18@1ad699dbfd
Reviewed-on: https://github.com/flang-compiler/f18/pull/46
2018-04-09 11:53:20 -07:00
..
attr.cc [flang] Address review comments. 2018-04-06 10:34:59 -07:00
attr.h [flang] Address review comments. 2018-04-06 10:34:59 -07:00
CMakeLists.txt [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
enum-set.h [flang] Address review comments. 2018-04-06 10:34:59 -07:00
GetValue.def [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
GetValue.h [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
LabelTable.h [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
make-types.cc [flang] Collect implicit type rules and report related errors. 2018-04-06 14:09:49 -07:00
make-types.h [flang] Collect implicit type rules and report related errors. 2018-04-06 14:09:49 -07:00
ParseTreeDump.cc [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
ParseTreeDump.h [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
pass1.cc [flang] Simplify test-type and test-sema to use parser::Parsing wrapper class. 2018-03-28 17:15:00 -07:00
resolve-names.cc [flang] Change API of Scope to match std::map 2018-04-09 10:07:36 -07:00
scope.cc [flang] Change API of Scope to match std::map 2018-04-09 10:07:36 -07:00
scope.h [flang] Address review comments. 2018-04-09 11:53:20 -07:00
SemanticData.h [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
StatementMap.cc [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
StatementMap.h [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
Stmt.def [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
Stmt.h [flang] Merge with current master and move code to lib/semantics/ 2018-03-26 16:35:34 +02:00
symbol.cc [flang] Address review comments. 2018-03-23 12:24:29 -07:00
symbol.h [flang] Continue work on name resolution 2018-04-02 10:49:22 -07:00
type.cc [flang] Generalize semantics/attr.h into enum-set.h, implementing it atop std::bitset. 2018-04-05 16:49:48 -07:00
type.h [flang] Respond to review comments. 2018-04-02 10:49:22 -07:00