cvs: php-gcov-web /clang-checker TODO
[email protected] ("Nuno Lopes")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsnlopess1227716468@cvsserver> |
nlopess Wed Nov 26 16:21:08 2008 UTC
Modified files:
/php-gcov-web/clang-checker TODO
Log:
add a few more things to do
http://cvs.php.net/viewvc.cgi/php-gcov-web/clang-checker/TODO?r1=1.1&r2=1.2&diff_format=u
Index: php-gcov-web/clang-checker/TODO
diff -u php-gcov-web/clang-checker/TODO:1.1 php-gcov-web/clang-checker/TODO:1.2
--- php-gcov-web/clang-checker/TODO:1.1 Wed Nov 26 16:11:32 2008
+++ php-gcov-web/clang-checker/TODO Wed Nov 26 16:21:08 2008
@@ -4,3 +4,7 @@
- replace usage of std::map with LLVM's data structures
- fix currently XFAILed tests
- write more tests
+ - add support for zend_get_parameters_ex()
+ - check the args of our printf-style functions: zend_throw_exception_ex, zend_error,
+ zend_printf, php_printf, php_error_docref*, spprintf, ...
+ - check if zend_restore_error_handling() is called after zend_replace_error_handling()