- May 08, 2008
-
-
Chris Lattner authored
targets that do not support recursion (and thus codegen stack variables as globals). Patch contributed by Alireza Moshtaghi! llvm-svn: 50844
-
Chris Lattner authored
__VA_ARGS__ syntax as well as with the amazingly awesome GNU "named variadic macro" extension. Allow it with the GNU syntax as well. llvm-svn: 50843
-
-
Devang Patel authored
Note, this is just beginning. llvm-svn: 50835
-
- May 07, 2008
-
-
Ted Kremenek authored
llvm-svn: 50831
-
Fariborz Jahanian authored
an implementation. This fixes couple of failing prperty tests caused by my previous patch. llvm-svn: 50830
-
Ted Kremenek authored
function that returns a CFxxxRef, not just functions whose name begins with CF. This implements <rdar://problem/5917879>. Added test case for this feature. Updated calls to CStrInCStrNoCase to swap their arguments, per compatibility with strcasestr. llvm-svn: 50829
-
Ted Kremenek authored
llvm-svn: 50824
-
Ted Kremenek authored
Correctly check if the result of CStrInCStrNoCase is NULL to generate summaries; before we were inverting the condition. llvm-svn: 50822
-
Fariborz Jahanian authored
properties. Couple of property tests will fail with this patch. Will fix them next. llvm-svn: 50818
-
Ted Kremenek authored
llvm-svn: 50817
-
Steve Naroff authored
llvm-svn: 50816
-
Steve Naroff authored
llvm-svn: 50815
-
Ted Kremenek authored
Do not treat **instance** methods "copyWithZone:" and "mutableCopyWithZone:" from NSObject as allocators. llvm-svn: 50802
-
Douglas Gregor authored
llvm-svn: 50799
-
Ted Kremenek authored
llvm-svn: 50798
-
Ted Kremenek authored
llvm-svn: 50795
-
Ted Kremenek authored
llvm-svn: 50777
-
- May 06, 2008
-
-
Ted Kremenek authored
"#if 0" out some assumptions when auto-generating method summaries. llvm-svn: 50772
-
Devang Patel authored
llvm-svn: 50769
-
Ted Kremenek authored
llvm-svn: 50753
-
Ted Kremenek authored
"Execution continues..." message, which does a better job at handling corner cases. llvm-svn: 50751
-
Fariborz Jahanian authored
(was IdentifierInfo * before). This will make method declartations whole lot easier. llvm-svn: 50747
-
Ted Kremenek authored
llvm-svn: 50721
-
Ted Kremenek authored
llvm-svn: 50715
-
Ted Kremenek authored
llvm-svn: 50714
-
Ted Kremenek authored
Added test case. llvm-svn: 50711
-
Ted Kremenek authored
llvm-svn: 50710
-
Ted Kremenek authored
llvm-svn: 50709
-
Ted Kremenek authored
logic for function calls and message expressions. Use the following heuristic to infer "allocating" instance methods: [ClassName classWithXXX] allocates an object Update testcase to reflect this heuristic. llvm-svn: 50708
-
Ted Kremenek authored
llvm-svn: 50700
-
Ted Kremenek authored
llvm-svn: 50697
-
Chris Lattner authored
llvm-svn: 50694
-
Chris Lattner authored
llvm-svn: 50691
-
Ted Kremenek authored
llvm-svn: 50690
-
Ted Kremenek authored
llvm-svn: 50689
-
Steve Naroff authored
Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few tests). Expect to enable it very soon. llvm-svn: 50688
-
Ted Kremenek authored
llvm-svn: 50684
-
Ted Kremenek authored
In a leak's "name", indicate GC or non-GC bugs. llvm-svn: 50680
-
Ted Kremenek authored
llvm-svn: 50679
-