lean2/src
Leonardo de Moura 3ab2d2a441 fix(frontends/lean/parser): memory leak due to g++ bug
g++ implementation of std::initializer_list has bug.
http://gcc.gnu.org/ml/gcc-bugs/2013-06/msg00095.html

This commit memory leaks triggered by this bug.
It also adds minimal tests to expose three different instances of the problem.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-15 10:15:04 -08:00
..
builtin feat(library): add if_then_else Lean/C++ interface 2014-01-14 16:10:49 -08:00
cmake fix(build): githash generation 2013-12-29 14:41:28 -08:00
emacs feat(builtin/macros): add assume/take macros for making proof scripts more readable 2014-01-11 18:36:37 -08:00
frontends fix(frontends/lean/parser): memory leak due to g++ bug 2014-01-15 10:15:04 -08:00
kernel feat(kernel): expose imported predicate 2014-01-14 16:41:40 -08:00
library fix(build): C++ module dependency problem, and style 2014-01-14 18:30:31 -08:00
shell refactor(*): error messages 2014-01-13 16:54:21 -08:00
tests feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -08:00
util refactor(*): error messages 2014-01-13 16:54:21 -08:00
CMakeLists.txt feat(library/simplifier): add to_ceqs function that converts a theorem into a sequence of conditional equations 2014-01-14 18:30:19 -08:00
CTestConfig.cmake chore(ctest): fix typo in CTEST_DROP_LOCATION 2013-11-25 03:14:35 -05:00
CTestCustom.cmake.in Exclude 'style_check' from MemCheck list 2013-09-13 20:27:35 -07:00
Doxyfile Add EXCLUDE_PATTERNS to src/Doxyfile 2013-09-15 20:31:15 -07:00
githash.h.in fix(build): githash generation 2013-12-29 14:41:28 -08:00
memcheck.supp chore(memcheck.supp): another suppression for awk 2013-12-25 13:56:50 -08:00
version.h.in feat(kernel): export/import (.olean) binary files 2013-12-28 17:31:35 -08:00