-
Notifications
You must be signed in to change notification settings - Fork 274
remove an include from goto-programs/goto_program.h #6312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ Author: Chris Smowton, [email protected] | |
#include <util/arith_tools.h> | ||
#include <util/invariant.h> | ||
#include <util/string2int.h> | ||
#include <util/symbol_table.h> | ||
|
||
#include <iostream> | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Author: Daniel Kroening, [email protected] | |
|
||
#include <util/pointer_expr.h> | ||
#include <util/std_code.h> | ||
#include <util/symbol_table.h> | ||
|
||
void local_bitvector_analysist::flagst::print(std::ostream &out) const | ||
{ | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ Author: Daniel Kroening, [email protected] | |
|
||
#include <goto-programs/goto_program.h> | ||
|
||
#include <map> | ||
|
||
class local_cfgt | ||
{ | ||
public: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ Author: Daniel Kroening, [email protected] | |
|
||
#include <goto-programs/goto_program.h> | ||
|
||
#include <map> | ||
|
||
class goto_functionst; | ||
class local_may_aliast; | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,10 @@ Author: Daniel Kroening, [email protected] | |
#include <set> | ||
|
||
#include <goto-programs/goto_program.h> | ||
#include <util/namespace.h> | ||
#include <util/cprover_prefix.h> | ||
#include <util/namespace.h> | ||
#include <util/prefix.h> | ||
#include <util/symbol_table.h> | ||
|
||
#include "wmm.h" | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ Author: Daniel Kroening, [email protected] | |
#include <util/prefix.h> | ||
#include <util/rational.h> | ||
#include <util/rational_tools.h> | ||
#include <util/symbol_table.h> | ||
|
||
#include <langapi/language_util.h> | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Author: Daniel Kroening, [email protected] | |
#include <util/fresh_symbol.h> | ||
#include <util/pointer_expr.h> | ||
#include <util/std_expr.h> | ||
#include <util/symbol.h> | ||
|
||
symbol_exprt goto_convertt::make_compound_literal( | ||
const exprt &expr, | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ Author: Daniel Kroening, [email protected] | |
#include "goto_convert_class.h" | ||
|
||
#include <util/std_expr.h> | ||
#include <util/symbol_table.h> | ||
|
||
void goto_convertt::convert_msc_try_finally( | ||
const codet &code, | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ Author: Daniel Kroening, [email protected] | |
#include <util/cprover_prefix.h> | ||
#include <util/invariant.h> | ||
#include <util/std_code.h> | ||
#include <util/symbol.h> | ||
|
||
void goto_inlinet::parameter_assignments( | ||
const goto_programt::targett target, | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,16 @@ Author: Daniel Kroening, [email protected] | |
#include <util/invariant.h> | ||
#include <util/pointer_expr.h> | ||
#include <util/std_expr.h> | ||
#include <util/symbol_table.h> | ||
#include <util/validate.h> | ||
|
||
#include <langapi/language_util.h> | ||
|
||
std::ostream &goto_programt::output(std::ostream &out) const | ||
{ | ||
return output(namespacet(symbol_tablet()), irep_idt(), out); | ||
} | ||
|
||
/// Writes to \p out a two/three line string representation of a given | ||
/// \p instruction. The output is of the format: | ||
/// ``` | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,6 @@ Author: Daniel Kroening, [email protected] | |
#include <util/namespace.h> | ||
#include <util/source_location.h> | ||
#include <util/std_code.h> | ||
#include <util/symbol_table.h> | ||
|
||
enum class validation_modet; | ||
|
||
|
@@ -776,11 +775,8 @@ class goto_programt | |
const irep_idt &identifier, | ||
std::ostream &out) const; | ||
|
||
/// Output goto-program to given stream | ||
std::ostream &output(std::ostream &out) const | ||
{ | ||
return output(namespacet(symbol_tablet()), irep_idt(), out); | ||
} | ||
/// Output goto-program to given stream, using an empty symbol table | ||
std::ostream &output(std::ostream &out) const; | ||
|
||
/// Output a single instruction | ||
std::ostream &output_instruction( | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,10 @@ Author: Daniel Kroening, [email protected] | |
|
||
#include <util/arith_tools.h> | ||
#include <util/invariant.h> | ||
#include <util/std_types.h> | ||
#include <util/sparse_vector.h> | ||
#include <util/message.h> | ||
#include <util/sparse_vector.h> | ||
#include <util/std_types.h> | ||
#include <util/symbol_table.h> | ||
|
||
#include "goto_functions.h" | ||
#include "goto_trace.h" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Author: Thomas Kiley, [email protected] | |
#include "rebuild_goto_start_function.h" | ||
|
||
#include <util/prefix.h> | ||
#include <util/symbol.h> | ||
#include <util/symbol_table.h> | ||
|
||
#include <langapi/mode.h> | ||
#include <langapi/language.h> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ Author: Daniel Kroening, [email protected] | |
#include <util/expr_util.h> | ||
#include <util/fresh_symbol.h> | ||
#include <util/prefix.h> | ||
#include <util/symbol_table.h> | ||
|
||
#include "class_hierarchy.h" | ||
#include "class_identifier.h" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,8 @@ Author: Daniel Kroening, [email protected] | |
|
||
#include "goto_function.h" | ||
|
||
#include <map> | ||
|
||
class goto_functionst; | ||
class goto_modelt; | ||
class message_handlert; | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Author: Michael Tautschnig, [email protected] | |
#include <util/config.h> | ||
#include <util/message.h> | ||
#include <util/range.h> | ||
#include <util/symbol_table.h> | ||
|
||
#include <goto-programs/adjust_float_expressions.h> | ||
#include <goto-programs/goto_functions.h> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,10 @@ Author: Chris Smowton, [email protected] | |
|
||
#include <goto-programs/goto_functions.h> | ||
#include <langapi/language.h> | ||
|
||
#include <util/json.h> | ||
#include <util/make_unique.h> | ||
#include <util/symbol_table.h> | ||
|
||
class json_symtab_languaget : public languaget | ||
{ | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ Author: Daniel Kroening, [email protected] | |
#include <util/prefix.h> | ||
#include <util/range.h> | ||
#include <util/simplify_expr.h> | ||
#include <util/symbol_table.h> | ||
|
||
#ifdef DEBUG | ||
#include <iostream> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ Author: Daniel Kroening, [email protected] | |
|
||
#include "value_set_analysis_fi.h" | ||
|
||
#include <util/symbol_table.h> | ||
|
||
void value_set_analysis_fit::initialize( | ||
const goto_programt &goto_program) | ||
{ | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ Author: Daniel Kroening, [email protected] | |
#include <util/pointer_predicates.h> | ||
#include <util/range.h> | ||
#include <util/simplify_expr.h> | ||
#include <util/symbol_table.h> | ||
|
||
#include <deque> | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ Author: Matthias Weiss, [email protected] | |
#include <util/message.h> | ||
#include <util/pointer_expr.h> | ||
#include <util/std_code.h> | ||
#include <util/symbol_table.h> | ||
|
||
/// Postfix for the artificial data block that is created when calling a main | ||
/// symbol that is a function block. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ Author: Matthias Weiss, [email protected] | |
#ifndef CPROVER_STATEMENT_LIST_STATEMENT_LIST_ENTRY_POINT_H | ||
#define CPROVER_STATEMENT_LIST_STATEMENT_LIST_ENTRY_POINT_H | ||
|
||
class symbol_tablet; | ||
class message_handlert; | ||
class symbol_tablet; | ||
|
||
/// Creates a new entry point for the Statement List language. | ||
/// \param [out] symbol_table: Symbol table of the current TIA program. Gets | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.