Skip to content

Commit 4b0eb7f

Browse files
FIX doxygen/cpplint
1 parent 3bc7af3 commit 4b0eb7f

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

src/analyses/ai.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class ai_baset
374374
/// \ref ai_baset#operator()(const irep_idt&,const goto_programt&, <!--
375375
/// --> const namespacet&),
376376
/// \ref ai_baset#operator()(const goto_functionst&,const namespacet&)
377-
/// and \ref ai_baset#operator()(const goto_modelt&)
377+
/// and \ref ai_baset#operator()(const abstract_goto_modelt&)
378378
/// 2. Accessing the results of an analysis, by looking up the result
379379
/// for a given location \p l using
380380
/// \ref ait#operator[](goto_programt::const_targett).

src/goto-analyzer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ target_link_libraries(goto-analyzer-lib
1212
cpp
1313
linking
1414
big-int
15+
goto-checker
1516
goto-programs
1617
analyses
1718
pointer-analysis

src/goto-analyzer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ OBJ += ../ansi-c/ansi-c$(LIBEXT) \
1313
../cpp/cpp$(LIBEXT) \
1414
../linking/linking$(LIBEXT) \
1515
../big-int/big-int$(LIBEXT) \
16+
../goto-checker/goto-checker$(LIBEXT) \
1617
../goto-programs/goto-programs$(LIBEXT) \
1718
../analyses/analyses$(LIBEXT) \
1819
../pointer-analysis/pointer-analysis$(LIBEXT) \

src/goto-analyzer/module_dependencies.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ analyses
33
assembler
44
cpp
55
goto-analyzer
6+
goto-checker
67
goto-programs
78
java_bytecode # will go away
89
langapi # should go away

0 commit comments

Comments
 (0)