3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-29 14:30:07 +00:00
z3/src/parsers/util
Michał Janiszewski cfd0486582 Catch exceptions by const-reference
Exceptions caught by value incur needless cost in C++, most of them can
be caught by const-reference, especially as nearly none are actually
used. This could allow compiler generate a slightly more efficient code.
2018-10-16 19:16:07 +02:00
..
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
cost_parser.cpp remove iff 2018-06-14 16:08:48 -07:00
cost_parser.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
parser_params.pyg added method for creating ast_manager based on context_params configuration 2012-12-09 14:24:37 -08:00
pattern_validation.cpp enable patterns on equality, add trace for variables for axiom profiling. 2018-04-20 11:44:30 +03:00
pattern_validation.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
scanner.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
scanner.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
simple_parser.cpp Catch exceptions by const-reference 2018-10-16 19:16:07 +02:00
simple_parser.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00