llvm-project/clang/test
Ted Kremenek ecbdf75049 Do a better job at computing dead symbols.
Implemented support for better localized leaks in the CF reference count checker.
Now leaks should be flagged close to where they occur.

This should implement the desired functionality in <rdar://problem/5879592>, although the diagnostics still need to be improved.

llvm-svn: 50241
2008-04-25 01:25:15 +00:00
..
Analysis Added uninitialized-values (path-sensitive) test case as a regression test 2008-04-24 18:28:14 +00:00
Analysis-Apple Do a better job at computing dead symbols. 2008-04-25 01:25:15 +00:00
CodeGen Fix PR2236 2008-04-20 20:38:08 +00:00
Lexer Fix PR2090, a typo in digraph processing. 2008-02-24 19:05:57 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser Two improvements to initializer parsing: 2008-04-20 19:07:56 +00:00
Preprocessor Fix PR2220, making diagnostics for unexpected tokens in pp expressions 2008-04-13 20:38:43 +00:00
Rewriter Rename RewriteTest->RewriteObjC. 2008-04-14 22:03:09 +00:00
Sema Allow property in base class to be implemented in a 2008-04-21 23:57:08 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile remove the old non-parallel test system. 'make' in clang/test now runs 2008-04-06 22:32:01 +00:00
TestRunner.sh The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames 2008-03-23 03:42:18 +00:00