lean2/src
Soonho Kong 0ef633a3c5 Fix to be compiled by clang++-3.4
Clang++-3.4 is starting to enforce the following item of C++11 standard,
thus it's making lean not compiling:

It's illegal in C++11: §8.3.6.4 [dcl.fct.default]
"If a friend declaration specifies a default argument expression, that
declaration shall be a definition and shall be the only declaration of
the function or function template in the translation unit."
2013-09-24 21:30:56 -07:00
..
cmake/Modules Update Find{MSize,MallocSize,MallocUsableSize}.cmake to handle the case where find_path fails 2013-09-21 00:10:25 -07:00
frontends/lean Add support for creating unique internal names. 2013-09-24 11:01:30 -07:00
kernel Implement total order on expressions 2013-09-24 12:16:32 -07:00
library Add Repeat/Success/Fail to rewrite (skeleton) 2013-09-24 20:04:08 -07:00
shell Update to suppress unused-parameter warnings 2013-09-19 22:40:34 -07:00
tests Re-implement rewrite module using rewrite_cell 2013-09-24 19:11:09 -07:00
util Fix to be compiled by clang++-3.4 2013-09-24 21:30:56 -07:00
CMakeLists.txt Add rewrite and first-order pattern matching skeletal 2013-09-24 01:19:03 -07:00
CTestConfig.cmake Attempt to suppress valgrind warnings on Travis 2013-09-15 01:17:05 -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 Update src/memcheck.supp to suppress warnings caused by tcmalloc 2013-09-24 03:58:13 -04:00