llvm-project/clang/test
Ted Kremenek a7c44113bc Changed behavior of how we handle "NULL" summaries: just call
GRSimpleVals::EvalCal(), and don't change reference counts.

Remove "getDoNothingSummary()", as a NULL summary does the same thing.

Added temporary hack for the "Get" rule for objects that return a pointer type:
treat them as non-owned CF objects.

Added test case to detect the release of a non-owned object.

llvm-svn: 49555
2008-04-11 20:11:19 +00:00
..
Analysis Refactored all logic to run the GRSimpleVals and CFRef checker into a common 2008-04-10 22:16:52 +00:00
Analysis-Apple Changed behavior of how we handle "NULL" summaries: just call 2008-04-11 20:11:19 +00:00
CodeGen Add support for C++ default arguments, and rework Parse-Sema 2008-04-08 04:40:51 +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 reject 'int test(x, x) int x; {}' 2008-04-06 06:50:56 +00:00
Preprocessor fix this test. 2008-03-22 00:07:50 +00:00
Rewriter Only have the rewriter produce a file when there are no errors. 2008-03-28 22:26:09 +00:00
Sema typedef void T; 2008-04-10 02:26:16 +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