lean2/src/tests/kernel
Leonardo de Moura 15979ab991 fix(lean): fix warnings produced by cppcheck
Fix (relevant) warnings produced by http://cppcheck.sourceforge.net.
Most warnings produced were incorrect. The tool does not seem to support some of the C++11 new features.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-30 21:38:55 -07:00
..
arith.cpp Rename import_all. The idea is to use consistent name for library files. 2013-09-13 09:06:46 -07:00
CMakeLists.txt Move metavariables to the kernel. This is the first step for implementing the new elaborator. 2013-09-15 12:09:01 -07:00
environment.cpp Rename import_all. The idea is to use consistent name for library files. 2013-09-13 09:06:46 -07:00
expr.cpp refactor(deep_copy): simplify deep_copy implementation, and move unit test to separate file 2013-09-25 20:25:24 -07:00
free_vars.cpp Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
level.cpp fix(lean): fix warnings produced by cppcheck 2013-09-30 21:38:55 -07:00
metavar.cpp Fix bug in the type checker (when type checking terms with meta-variables). 2013-09-22 19:12:19 -07:00
normalizer.cpp Move metavariables to the kernel. This is the first step for implementing the new elaborator. 2013-09-15 12:09:01 -07:00
occurs.cpp Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
replace.cpp Add support for creating unique internal names. 2013-09-24 11:01:30 -07:00
threads.cpp Rename import_all. The idea is to use consistent name for library files. 2013-09-13 09:06:46 -07:00
type_checker.cpp fix(lean): fix warnings produced by cppcheck 2013-09-30 21:38:55 -07:00