Remove #line directives from generated files. (#5005)
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>
Wed, 2 Sep 2020 20:15:30 +0000 (22:15 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 20:15:30 +0000 (15:15 -0500)
commitf845c04a147021937f1b0a942ee2080df950cda3
tree4b88acf9730f489904cade66cb3f9fec8969dab7
parentf9a4549c3dab3cd91f0d9973b24b7891048ed1d9
Remove #line directives from generated files. (#5005)

This PR removes any usage of the #line directive.
We no longer consider it particularly useful, and it obstructs reproducible builds (see #4980).
Fixes #4980.
16 files changed:
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.h
src/expr/expr_template.cpp
src/expr/expr_template.h
src/expr/kind_template.cpp
src/expr/kind_template.h
src/expr/metakind_template.h
src/expr/mkexpr
src/expr/mkkind
src/expr/mkmetakind
src/expr/type_checker_template.cpp
src/expr/type_properties_template.h
src/theory/mkrewriter
src/theory/mktheorytraits
src/theory/theory_traits_template.h
src/theory/type_enumerator_template.cpp