Skip to content

Merge master #1296

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 535 commits into from
Aug 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
535 commits
Select commit Hold shift + click to select a range
167636f
Fix sipush return type annotation
smowton Jun 19, 2017
40fb6a0
Don't warn on array_of_expr with zero length
smowton Jun 14, 2017
677f39d
Add zero-length array test
smowton Jun 19, 2017
e2204fc
Merge pull request #1032 from tautschnig/empty-cleanup
Jun 19, 2017
c897e06
Merge pull request #733 from tautschnig/float-lib
Jun 19, 2017
7039018
Add empty() to grapht as it implements size(), bug-fix
tautschnig Jun 19, 2017
dd8ed06
Merge pull request #1034 from diffblue/smowton/fix/sipush_return_type
Jun 19, 2017
7dbb203
Merge pull request #1040 from tautschnig/fix-1032
Jun 19, 2017
2c84b3a
add empty() to container-like classes with size()
Jun 19, 2017
7181e41
missing header
Jun 19, 2017
0bc503a
Merge pull request #1041 from diffblue/add_empty
tautschnig Jun 19, 2017
8542736
Fix typing in signed/unsigned comparison
tautschnig Jun 19, 2017
ed15077
detect missing message handler, and set a missing one
Jun 21, 2017
31e7991
Fixup coding standard spelling and formatting
reuk Jun 22, 2017
8810482
Update CODING_STANDARD.md
reuk Jun 22, 2017
e0b4515
Merge pull request #1016 from diffblue/smowton/fix/java_integers_with…
Jun 23, 2017
a38b6b4
Update CODING_STANDARD.md
reuk Jun 23, 2017
64c7714
Possible typo that should be checked
Jun 26, 2017
60c9fb2
Fix typos
Jun 26, 2017
03347eb
Expansion of array_replace/array_copy must not drop offsets
tautschnig Jun 28, 2017
78a23bb
Fix removal of first component
pkesseli Jun 19, 2017
76fa413
Taints cannot currently be tracked across undefined functions
tautschnig Jun 9, 2017
07841f7
Add bytecode files for non-public classes
tautschnig Jun 9, 2017
29dd3f1
Source locations have function names
tautschnig Jun 9, 2017
34e6b04
Move taint tests to goto-analyzer folder to ensure they are used
tautschnig Jun 9, 2017
5d84b1f
Make the custom bitvector analysis actually work
tautschnig Jun 9, 2017
10822d4
Propagate bitvector analysis state across function calls
tautschnig Jun 28, 2017
5a88619
Split up gen_nondet_init function
Jun 16, 2017
f4e8a9a
Split up gen_nondet_init for structs
Jun 16, 2017
0547fae
Added missing comment to class_hieracrchyt
Jun 16, 2017
e873e00
Correcting assertions
Jun 19, 2017
cfc171c
Format comments correctly
Jun 29, 2017
745a9b9
Merge pull request #1068 from tautschnig/fix-array-replace
Jun 29, 2017
9d232d4
Merge pull request #1027 from thk123/refactor/gen-nondet-init-master
Jun 30, 2017
b72cf31
Updated doxyfile to a modern version
cesaro Jun 29, 2017
7f4599f
Merge pull request #1074 from cesaro/feature/update-doxyfile
Jul 3, 2017
e1c313d
Merge pull request #1039 from tautschnig/signed-unsigned
Jul 3, 2017
1cb1fd9
Merge pull request #1013 from smowton/smowton/fix/array_of_zero_length
Jul 3, 2017
14e23a1
Introduce regression test suite for goto-diff
tautschnig Jul 3, 2017
133c3d2
goto-diff: deleted functions cannot be found in goto_model2
tautschnig Jul 3, 2017
87cc5c2
goto-diff: no whitespace in section headers at end-of-line
tautschnig Jul 3, 2017
5938ecb
dump-c: Try to guess further system headers
tautschnig Apr 26, 2017
c54ddb8
Typedef names are symbols
tautschnig May 2, 2017
dc5ae8c
Fix dump-c output involving typedef names
tautschnig Apr 22, 2017
f56a398
No special handling of $link. This might appear due to unknown reasons.
stahlbauer May 16, 2017
2aa140c
Do not dump certain types if they are defined in system headers
stahlbauer May 16, 2017
b0e0c0a
Do not dump anonymous types from system headers
stahlbauer May 16, 2017
ac270c5
Dump the global declarations after the included system headers
stahlbauer May 16, 2017
fe04e59
Locate var args use even when va_arg_next is not used
tautschnig May 22, 2017
0428f6a
Output _Noreturn qualifier at appropriate place
tautschnig May 23, 2017
3a57645
Do not dump internal $object declarations
tautschnig May 23, 2017
f6509c3
Output float literals in a GCC-compatible fashion
tautschnig Jun 1, 2017
ad55c4f
bswap is not a library function; use __builtin_bswap[bit-suffix] instead
tautschnig Jun 1, 2017
a9dca20
Improve --use-system-headers output for GCC compatibility
tautschnig Jun 1, 2017
38b4c48
dump-c: respect local translation bounds in resolving switch/case
tautschnig Apr 4, 2017
e2cfed3
Use invariant annotations instead of asserts
tautschnig Jun 28, 2017
3433dc6
Merge pull request #885 from tautschnig/mingw-__int64
Jul 3, 2017
acc42c5
Merge pull request #977 from peterschrammel/bugfix/mm-io-instruction-…
Jul 3, 2017
3c896fd
Merge pull request #1038 from pkesseli/cpplint/header-guard-first-com…
Jul 3, 2017
eac8e2c
Merge pull request #1009 from thk123/bugfix/arrays-structs-null-pointers
Jul 3, 2017
34a476f
dump-c: Replace --use-system-headers by --no-system-headers
tautschnig Jul 3, 2017
9714e12
Rename linter filter script
peterschrammel Jul 3, 2017
428507b
Generalise filter_by_diff to output lines between warnings
peterschrammel Jul 3, 2017
a4945f3
Reset unwinding counters when leaving a loop at the loop head
tautschnig Jun 5, 2017
7af068e
Generalise run_lint to run with different tools
peterschrammel Jul 3, 2017
64a3ab5
Rename run_lint to run_diff
peterschrammel Jul 3, 2017
5fc1ca6
Partly revert to try out more beautiful approach
tautschnig Jul 3, 2017
7ef0091
Merge pull request #999 from tautschnig/fix-taint
Jul 3, 2017
c7ce527
Merge pull request #858 from tautschnig/dump-c-typedef
Jul 3, 2017
21afd2f
Initialise loop counters at loop entry
tautschnig Jul 3, 2017
9ad6bc2
tvt's || operator is not marked as const, despite it being safe to ma…
Jul 4, 2017
32b68ce
Merge pull request #988 from tautschnig/fix-unwind-count
Jul 4, 2017
f9664aa
Use native objcopy when linking with GCC
karkhaz Jun 27, 2017
de657ed
Add Kahn's algorithm to graph.h
Jul 4, 2017
ebb745f
Extend run_diff to doxygen
peterschrammel Jul 3, 2017
4cd6c0c
Enable doxygen warnings for undocumented parameters
peterschrammel Jul 3, 2017
c9acbee
Report doxygen warnings on travis
peterschrammel Jul 3, 2017
0043abf
[goto-gcc] Add arch flags for x86_64, power, hppa
karkhaz Jul 5, 2017
2cb56f6
Do not constant propagate multiplication unconditionally
tautschnig Jul 6, 2017
de356a0
[goto-cc] Print gcc command line before running it
karkhaz Jul 7, 2017
c9144dc
[docs 1/5] Port existing HTML manual to doxygen
karkhaz Jul 5, 2017
f5be7f1
[docs 2/5] Remove empty module group documentation
karkhaz Jul 5, 2017
3a58226
[docs 3/5] Add per-directory high-level docs
karkhaz Jul 5, 2017
d86ede0
[docs 4/5] Add CBMC hacking tutorial
karkhaz Jul 5, 2017
58f6dde
[docs 5/5] Convert CBMC Guide to Markdown
karkhaz Jul 5, 2017
369f077
Do not assign to objects that have gone out of scope
tautschnig Jul 11, 2017
16eb98c
Merge pull request #1072 from tautschnig/goto-diff-fix
Jul 12, 2017
427194c
Allow anonymous namespaces
pkesseli Jun 18, 2017
a0550b5
Adapt perl script to handle multiple .desc files
Jul 13, 2017
d63d2c7
Merge pull request #1116 from tautschnig/fix-1115
Jul 13, 2017
515ee7f
goto-gcc: Reproduce GCC's exit code when output is /dev/null
tautschnig Jun 20, 2017
585a290
Use native --version output in goto-gcc
tautschnig Jul 6, 2017
b272c62
goto-as: handle input from stdin
tautschnig Jul 7, 2017
b2358bc
added assertions to miniBDD
Jul 15, 2017
723261b
Merge pull request #1109 from tautschnig/goto-gcc-fixes
Jul 15, 2017
a2b73e0
Merge pull request #1095 from karkhaz/kk-missing-arches
Jul 15, 2017
4b6e63e
Merge pull request #1107 from karkhaz/kk-print-gcc-cmdline
Jul 15, 2017
5ec6012
Merge pull request #1081 from DanielNeville/danielneville/bugfix/tvt_…
Jul 15, 2017
d36c0d0
Merge pull request #1080 from peterschrammel/travis-check-doxygen
Jul 15, 2017
a38c1c4
Merge pull request #1092 from karkhaz/kk-native-objcopy
Jul 15, 2017
ee1e5b0
Merge pull request #1060 from owen-jones-diffblue/doc/fix-typos
Jul 15, 2017
10b48f5
Merge pull request #1099 from tautschnig/mult-constant-prop
Jul 15, 2017
1b2a765
Merge pull request #1089 from mgudemann/feature/graph_topological_sort
Jul 15, 2017
71e973c
Merge pull request #1052 from reuk/coding-standard-fix
Jul 15, 2017
a55ff13
Fix include order in analyses
reuk May 7, 2017
caec1db
Fix include order in ansi-c
reuk May 7, 2017
5a1eb42
Fix include order in assembler
reuk May 7, 2017
bec4da6
Fix include order in cbmc
reuk May 7, 2017
fbc4dcb
Fix include order in clobber
reuk May 7, 2017
1ccd30e
Fix include order in cpp
reuk May 7, 2017
c4c0dea
Fix include order in goto-analyzer
reuk May 7, 2017
d5191a7
Fix include order in goto-cc
reuk May 7, 2017
4f0dc2d
Fix include order in goto-diff
reuk May 7, 2017
0c05ad4
Fix include order in goto-instrument
reuk May 7, 2017
70b352c
Fix include order in goto-programs
reuk May 7, 2017
a5c8a5f
Fix include order in goto-symex
reuk May 7, 2017
0c05241
Fix include order in java_bytecode
reuk May 7, 2017
95d377a
Fix include order in jsil
reuk May 7, 2017
b25a3f9
Fix include order in json
reuk May 7, 2017
eb21249
Fix include order in langapi
reuk May 7, 2017
e42a090
Fix include order in linking
reuk May 7, 2017
dc809b7
Fix include order in memory-models
reuk May 7, 2017
895a8fd
Fix include order in musketeer
reuk May 7, 2017
4856844
Fix include order in path-symex
reuk May 7, 2017
1bf245a
Fix include order in pointer-analysis
reuk May 7, 2017
97f14fb
Fix include order in solvers
reuk May 7, 2017
8174586
Fix include order in symex
reuk May 7, 2017
ae0ba27
Fix include order in xmllang
reuk May 7, 2017
ba73db3
Fix include order in util
reuk May 7, 2017
8352163
Update coding standard with include-ordering rule
reuk Jul 17, 2017
d80b10e
Merge pull request #1031 from pkesseli/cpplint/allow-anonymous-namesp…
Jul 17, 2017
5f7ff99
Merge pull request #890 from reuk/include-order-fix
Jul 17, 2017
c674ce7
Merge pull request #1007 from thk123/bugfix/irrelevant-const-removal
Jul 17, 2017
40d1560
Always initialize pretty_name when reading a declaration
tautschnig Jul 17, 2017
544682c
Do not accept arrays of variable size with static lifetime
tautschnig Jul 17, 2017
2779399
Correct unit Makefile to use OBJ rather than LIBS
Jul 10, 2017
b5c55b3
Added utility functions for checking expressions
Jul 10, 2017
0047733
Adding pretty printer to main file
Jul 10, 2017
3185028
Added utility class to convert strings into expressions
Jul 10, 2017
e3f8d4a
Added constructor to auxilary symbol instead of a helper function
Jul 10, 2017
f2b7681
Merge pull request #1119 from LAJW/adapt-perl-script
Jul 18, 2017
6fbd1cf
Merge pull request #1111 from thk123/feature/unit-test-utility
Jul 18, 2017
13a7538
Merge pull request #1146 from tautschnig/fix-525
Jul 18, 2017
9740142
Handle array initialization with a non-array gracefully
tautschnig Jun 20, 2016
64ab723
Corrected simplify lhs in ai_domain_baset
Jun 27, 2017
d4d976a
Added unit tests to validate the return meaning of ai_simplify_lhs
Jul 10, 2017
f4c79a6
cleanup array theory solver
Jul 16, 2017
4577401
Merge pull request #1145 from diffblue/array_cleanup
tautschnig Jul 20, 2017
a06cf76
Fix nullptr
reuk Jul 19, 2017
52e5765
Fix linter errors, ignoring big-int and miniz
reuk Jul 20, 2017
d0c9bd3
get rid of typet(ID_pointer)
May 25, 2017
13f3d5f
use pointer_type() instead of pointer_typet()
May 25, 2017
636655d
address_of now needs a pointer type
May 27, 2017
d430319
removed an assert
Jul 19, 2017
db71221
include order cleanup
Jul 20, 2017
424ef50
Merge pull request #1090 from karkhaz/kk-neu-documentation
Jul 20, 2017
26e8fec
Documentation for goto_program_templatet and cfg_baset
cesaro Jul 13, 2017
f8b8f9e
Merge pull request #1154 from diffblue/pointer-cleanup
tautschnig Jul 20, 2017
564f64c
added a non-recursive variant of APPLY
Jul 15, 2017
a71ca41
disable linter for assertions
Jul 20, 2017
8400c8f
Merge pull request #872 from reuk/assignment-typet-fix-master
Jul 22, 2017
e18cb15
Merge pull request #1070 from thk123/bugfix/simplify-lhs
Jul 22, 2017
493e9be
Allow invariants with structured exceptions
smowton Jun 26, 2017
80e4214
Merge pull request #1159 from reuk/use-nullptr-master
Jul 24, 2017
6fea4fa
Revert "[depends: #1063] Use nullptr to represent null pointers (targ…
Jul 24, 2017
747db78
Merge pull request #1063 from smowton/smowton/feature/improved_invari…
Jul 24, 2017
49bceb2
Merge pull request #1172 from diffblue/revert-1159-use-nullptr-master
tautschnig Jul 24, 2017
d078dd8
Support out-of-bounds checks on arrays of dynamic size
tautschnig Jul 20, 2017
c92a429
Fix nullptr usage, ignoring miniz and big-int
reuk Jul 24, 2017
822df45
Fix linter errors, ignoring big-int and miniz
reuk Jul 20, 2017
26fb850
Replace macros with exception types
reuk Jul 24, 2017
cf9182f
Update exception types with vs2013 support
reuk Jul 25, 2017
38c7fc0
Merge pull request #1174 from reuk/new-nullptr-master
Jul 26, 2017
d023498
Merge pull request #886 from owen-jones-diffblue/doc/symbol_name_sepa…
Jul 26, 2017
4448258
test.pl - go through all child directories
Aug 1, 2017
6eef691
More complete modelling of fgets
tautschnig Jul 22, 2017
f691135
Import getopt{,_long} and vasprintf models from SV-COMP/busybox
tautschnig Jul 22, 2017
151efbc
Merge pull request #131 from tautschnig/struct-init-error
Aug 3, 2017
eb96b70
increased version number in preparation for release 5.8
Aug 3, 2017
8e70eaa
Merge pull request #1144 from diffblue/miniBDD-non-recursive-apply
Aug 3, 2017
439ef97
fix for operator< on reverse_keyt in miniBDD, fixing segfault in ebmc
Jun 26, 2017
393256f
invariant_violated does not return
Aug 3, 2017
ff945b3
test for miniBDD
Jul 23, 2017
879a47b
Symex support for lhs-typecasts and side effects
tautschnig Jun 26, 2016
08f1a9e
Extract elements of array, struct directly instead of simplifying
tautschnig Jun 26, 2016
f281f88
Removed redundant get_pc() (there is pc())
tautschnig Jun 26, 2016
52db9e4
Fix symex thread statistics
tautschnig Jun 26, 2016
c69a21b
Extended symex progres statistics
tautschnig Jun 26, 2016
acdc797
Symex: output instruction processing and loop unwinding like CBMC
tautschnig Jun 26, 2016
260e03d
symex --max-search-time limit and cleanup
tautschnig Jun 26, 2016
73adfb0
Perform function-pointer removal in symex
tautschnig Apr 19, 2017
e2ed0df
Avoid using integer_typet where unsuitable
tautschnig Jun 19, 2017
0cad6f4
Merge pull request #1062 from diffblue/fix_for_miniBDD
Aug 4, 2017
ea476f7
Merge pull request #151 from tautschnig/symex-improvements
Aug 4, 2017
df81a9c
Merge pull request #1167 from tautschnig/c-library-ext
Aug 4, 2017
bb9cef3
Merge pull request #1035 from tautschnig/no_integer_typet
Aug 4, 2017
a3578c0
Avoid spurious signed/unsigned comparison warnings
tautschnig Aug 4, 2017
652ea09
Merge pull request #1205 from tautschnig/sign-compare-fix
Aug 4, 2017
76ae912
Merge pull request #1158 from tautschnig/array-bounds
Aug 4, 2017
de40333
fix vacuous conjuncts
Aug 4, 2017
548aeba
Stop using C headers
reuk Aug 4, 2017
33811ce
Update coding standard
reuk Aug 4, 2017
2f55076
Enable extractbits over arbitrary types, fix byte extract omission
tautschnig Aug 4, 2017
9d3a99e
Merge pull request #1211 from tautschnig/fix-1209
Aug 4, 2017
4dd5405
Merge pull request #1210 from reuk/stop-using-c-headers
Aug 5, 2017
b59d0c7
Merge pull request #1188 from LAJW/any-desc
tautschnig Aug 7, 2017
f97c169
Merge pull request #1132 from cesaro/feature/documentation
tautschnig Aug 8, 2017
2db41da
remove dead comparison in simplifier
Aug 9, 2017
00ead5b
Merge branch 'master' of github.com:diffblue/cbmc
Aug 9, 2017
d1a7403
support clang's __builtin_flt_rounds
Aug 9, 2017
60906b1
simplifier: erase 'all ones' out of bitand
Aug 9, 2017
517e69f
silence linter on builtin headers
Aug 10, 2017
51cc77b
Merge pull request #1225 from diffblue/builtin_flt_rounds
tautschnig Aug 10, 2017
e0a6bbd
Merge pull request #1226 from diffblue/simplify_bitand_all_ones
tautschnig Aug 10, 2017
240ae60
tests from Dan
Aug 10, 2017
4d1c26e
Add merge driver
reuk Aug 11, 2017
0346dcd
Merge pull request #1232 from reuk/reuk/add-merge-driver
Aug 11, 2017
875377a
make test less specific
Aug 11, 2017
f2eff9d
source location of the generated 'default' label is now the end of th…
Aug 11, 2017
a17dc61
remove an old file
Aug 14, 2017
6870bb6
add a location node for switch statements
Aug 14, 2017
04804df
Merge pull request #1234 from diffblue/switch_end_location
Aug 14, 2017
ac97e13
stronger typing of parameters
Aug 15, 2017
c531a0c
a missing 'const'
Aug 15, 2017
c16e8c2
move include
Aug 15, 2017
9ea407b
Deactivate unreachable code
peterschrammel Jul 28, 2017
5f1eda8
Remove unreachable code
peterschrammel Jul 28, 2017
e545f98
Fix class member initialization...
peterschrammel Jul 28, 2017
4fc0edd
Comment on uninitialized class members
peterschrammel Jul 28, 2017
f0b1e36
Removed unused class member
peterschrammel Jul 28, 2017
8a0391d
Comment regarding illegal iterator increment
peterschrammel Jul 28, 2017
e74c000
Ignore return value
peterschrammel Jul 28, 2017
a8c640a
Make truncation explicit
peterschrammel Jul 28, 2017
403f1e4
Use ID_C
peterschrammel Aug 8, 2017
a057ef5
ensure initialization of PODs
Aug 16, 2017
5919c5f
Fix accesses to erased elements
peterschrammel Jul 28, 2017
d580773
Deactivate unused declaration
peterschrammel Jul 28, 2017
fdb5734
Remove comparison without effect
peterschrammel Jul 28, 2017
22b919f
Whitespace cleanup
peterschrammel Aug 7, 2017
5ab5f3c
Fix uninitialized class members
peterschrammel Jul 28, 2017
ec6a400
Clean up initialization and unused constructors
peterschrammel Jul 28, 2017
2655d98
Check return values of remove, rename and stat
peterschrammel Jul 28, 2017
6440fc2
Replace asserts
peterschrammel Aug 7, 2017
de3ad89
Test passes
tautschnig Aug 20, 2017
1ab944e
Merge the correct attribute node
tautschnig Aug 20, 2017
b90c4a3
Merge pull request #1256 from tautschnig/c-attributes-fix
Aug 20, 2017
9623503
new goto_convert API
Aug 20, 2017
48c5b10
clean out langapi/languages.h
Aug 21, 2017
3ab10aa
Merge branch 'master' into security-scanner-support
NathanJPhillips Aug 25, 2017
c043179
Applied doxygen style to all new comments
NathanJPhillips Aug 25, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ src/ansi-c/gcc_builtin_headers_alpha.inc
src/ansi-c/gcc_builtin_headers_arm.inc
src/ansi-c/gcc_builtin_headers_generic.inc
src/ansi-c/gcc_builtin_headers_ia32-2.inc
src/ansi-c/gcc_builtin_headers_ia32-3.inc
src/ansi-c/gcc_builtin_headers_ia32-4.inc
src/ansi-c/gcc_builtin_headers_ia32.inc
src/ansi-c/gcc_builtin_headers_math.inc
src/ansi-c/gcc_builtin_headers_mem_string.inc
src/ansi-c/gcc_builtin_headers_omp.inc
src/ansi-c/gcc_builtin_headers_tm.inc
src/ansi-c/gcc_builtin_headers_mips.inc
src/ansi-c/gcc_builtin_headers_power.inc
src/ansi-c/gcc_builtin_headers_ubsan.inc

# regression/test files
*.out
Expand Down Expand Up @@ -69,6 +76,10 @@ src/xmllang/xml_lex.yy.cpp
src/xmllang/xml_y.output
src/xmllang/xml_y.tab.cpp
src/xmllang/xml_y.tab.h
src/memory-models/mm_lex.yy.cpp
src/memory-models/mm_y.output
src/memory-models/mm_y.tab.cpp
src/memory-models/mm_y.tab.h

# binaries
src/cbmc/cbmc
Expand Down Expand Up @@ -100,3 +111,8 @@ src/ansi-c/library/converter
src/ansi-c/library/converter.exe
src/util/irep_ids_convert
src/util/irep_ids_convert.exe

*.pyc

# auto generated documentation
doc/html/
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ matrix:
script: scripts/travis_lint.sh
before_cache:

- env: NAME="DOXYGEN-CHECK"
addons:
apt:
packages:
- doxygen
install:
script: scripts/travis_doxygen.sh
before_cache:

allow_failures:
- env: NAME="CPP-LINT"
install:
Expand All @@ -152,9 +161,9 @@ install:

script:
- if [ -e bin/gcc ] ; then export PATH=$PWD/bin:$PATH ; fi ;
COMMAND="env UBSAN_OPTIONS=print_stacktrace=1 make -C regression test" &&
COMMAND="env UBSAN_OPTIONS=print_stacktrace=1 make -C regression test CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -Werror -pedantic -O2 -g $EXTRA_CXXFLAGS\"" &&
eval ${PRE_COMMAND} ${COMMAND}
- COMMAND="make -C unit CXX=\"$COMPILER\" CXXFLAGS=\"$FLAGS $EXTRA_CXXFLAGS\" -j2" &&
- COMMAND="make -C unit CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -Werror -pedantic -O2 -g $EXTRA_CXXFLAGS\" -j2" &&
eval ${PRE_COMMAND} ${COMMAND}
- COMMAND="make -C unit test" && eval ${PRE_COMMAND} ${COMMAND}

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* GOTO-INSTRUMENT: New option --print-path-lenghts
* GOTO-ANALYZER: New option --unreachable-functions, --reachable-functions
* GOTO-INSTRUMENT: New option --undefined-function-is-assume-false
* GOTO-INSTRUMENT: New option --remove-function-body
* GOTO-INSTRUMENT: New option --use-all-headers, changed --use-system-headers to
--no-system-headers


5.7
Expand Down
202 changes: 0 additions & 202 deletions CODING_STANDARD

This file was deleted.

Loading