Copilot
|
2436943794
|
Standardize for-loop increments to prefix form (++i) (#8199)
* Initial plan
* Convert postfix to prefix increment in for loops
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Fix member variable increment conversion bug
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Update API generator to produce prefix increments
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-14 19:55:31 -08:00 |
|
Nikolaj Bjorner
|
9b6ac45e02
|
compile warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2023-02-19 10:03:38 -08:00 |
|
Nikolaj Bjorner
|
c0f80f92ba
|
deal with compiler warnings (unused variables etc)
|
2023-02-18 17:53:37 -08:00 |
|
Nuno Lopes
|
c3407fc304
|
fix build of tests
|
2022-06-17 17:11:18 +01:00 |
|
Lev Nachmanson
|
6f40ee2f94
|
fix the test build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
|
2020-01-28 10:04:21 -08:00 |
|
Nuno Lopes
|
912a729097
|
fix build of unit tests
|
2017-10-16 00:54:30 +01:00 |
|
Nikolaj Bjorner
|
b19f94ae5b
|
make include paths uniformly use path relative to src. #534
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-07-31 13:24:11 -07:00 |
|
Nikolaj Bjorner
|
b1298d7bde
|
ensure that assertions within the unit tests are exercised in all build modes, remove special handling of SASSERT for release mode #1163
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-07-26 20:28:55 -07:00 |
|
Christoph M. Wintersteiger
|
c2ab9b72dc
|
resource-limit related fixes in src/test
|
2015-12-18 18:43:38 +00:00 |
|
Leonardo de Moura
|
ffcb9741dc
|
Fixed warnings reported by gcc 4.7.1
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2012-10-31 00:05:38 -07:00 |
|
Leonardo de Moura
|
9359ab7ce5
|
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2012-10-21 22:16:58 -07:00 |
|