lean2/src
Leonardo de Moura d843d432d3 refactor(kernel): move printer and formatter objects to the kernel
The printer and formatter objects are not trusted code.
We moved them to the kernel to be able to provide them as an argument to the trace objects.
Another motivation is to eliminate the kernel_exception_formatter hack.
With the formatter in the kernel, we can implement the pretty printer for kernel exceptions as a virtual method.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-22 08:15:36 -07:00
..
cmake/Modules fix(style): fix warnings produced by cpplint.py, disable sizeof(type) warning 2013-10-16 17:04:39 -07:00
frontends/lean refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
kernel refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
library refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
shell refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
tests refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
util refactor(metavar): reorganize and simplify metavariables 2013-10-22 08:15:36 -07:00
CMakeLists.txt refactor(interval): move interval unit tests to tests/util/interval 2013-10-21 18:17:34 -07:00
CTestConfig.cmake Fix typo in CTestConfig.cmake 2013-09-24 21:46:51 -07: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
memcheck.supp chore(memcheck.supp): generalize TCmalloc_Bug2 pattern 2013-09-27 19:16:02 -07:00