llvm/flang/lib/semantics
Tim Keith 5fcec63769 [flang] Remove extraneous Pre/Post for ProcedureDeclarationStmt
clang give a compilation error on resolve-names.cc because there are
two overloadings of Pre(ProcedureDeclarationStmt) available in
ResolveNamesVisitor. One is defined in DeclTypeSpecVisitor and the other
in DeclarationVisitor. They are both brought in to ResolveNamesVisitor
via `using` statements.

The one in DeclarationVisitor is the one that is supposed to be called.
The other should have been removed when this one was added. This is the
one that gcc chooses to call, so this doesn't change any behavior.

The same applies to the Post method as well.

Original-commit: flang-compiler/f18@872f8faf96
Reviewed-on: https://github.com/flang-compiler/f18/pull/100
2018-06-12 17:46:41 -07:00
..
attr.cc [flang] Normalize namespace definitions. 2018-05-02 13:52:36 -07:00
attr.h [flang] Run clang-format on all .h and .cc files. 2018-05-02 14:06:02 -07:00
CMakeLists.txt [flang] Clean up dump-parse-tree.h 2018-05-04 10:30:34 -07:00
dump-parse-tree.h [flang] Update unparse.cc and move declarative directives for now. 2018-06-01 10:40:13 -07:00
enum-set.h [flang] Build with g++ 8.1.0 compiler and headers. 2018-05-08 10:32:58 -07:00
resolve-names.cc [flang] Remove extraneous Pre/Post for ProcedureDeclarationStmt 2018-06-12 17:46:41 -07:00
resolve-names.h [flang] Make include guards consistent. 2018-05-01 14:07:52 -07:00
rewrite-parse-tree.cc [flang] Run clang-format on all .h and .cc files. 2018-05-02 14:06:02 -07:00
rewrite-parse-tree.h [flang] Make include guards consistent. 2018-05-01 14:07:52 -07:00
scope.cc [flang] Support interface blocks. 2018-05-14 13:53:02 -07:00
scope.h [flang] Support interface blocks. 2018-05-14 13:53:02 -07:00
symbol.cc [flang] Address review comments. 2018-06-06 11:41:42 -07:00
symbol.h [flang] Process procedure declarations and derived types. 2018-06-05 12:18:35 -07:00
type.cc [flang] Address review comments. 2018-06-06 11:41:42 -07:00
type.h [flang] Address review comments. 2018-06-06 11:41:42 -07:00