- Apr 20, 2008
-
-
Chris Lattner authored
deleting dead code, making other code more obvious, and fixing a bug. This fixes these (bogus) warnings in release mode: SemaExprObjC.cpp:383: warning: 'RHSProtoE' may be used uninitialized in this function SemaExprObjC.cpp:383: warning: 'RHSProtoI' may be used uninitialized in this function llvm-svn: 49984
-
Ted Kremenek authored
llvm-svn: 49982
-
Chris Lattner authored
llvm-svn: 49980
-
Chris Lattner authored
llvm-svn: 49979
-
Chris Lattner authored
llvm-svn: 49975
-
Chris Lattner authored
llvm-svn: 49974
-
Chris Lattner authored
llvm-svn: 49973
-
- Apr 19, 2008
-
-
Ted Kremenek authored
llvm-svn: 49959
-
Ted Kremenek authored
llvm-svn: 49956
-
Ted Kremenek authored
llvm-svn: 49955
-
Ted Kremenek authored
Use Digest::MD5 (a Perl module that should come bundled standard with Perl) to compute file digests instead of using the external program "sha1sum" (which may not be present). llvm-svn: 49954
-
Nate Begeman authored
llvm-svn: 49951
-
Nate Begeman authored
llvm-svn: 49944
-
Nate Begeman authored
__builtin_overload llvm-svn: 49943
-
Nate Begeman authored
llvm-svn: 49942
-
Ted Kremenek authored
before. This allows the HTMLDiagnostic object to retrieve the bug type, bug description, etc. llvm-svn: 49939
-
Nuno Lopes authored
llvm-svn: 49938
-
rdar://problem/5874848Steve Naroff authored
Remove bogus cast (<rdar://problem/5874848> clang objc-rewriter: structure with list of protocols has wrong cast). llvm-svn: 49935
-
Ted Kremenek authored
llvm-svn: 49934
-
Ted Kremenek authored
llvm-svn: 49933
-
- Apr 18, 2008
-
-
rdar://problem/5874876Steve Naroff authored
Implement FIXME discoved by <rdar://problem/5874876> Rewriter: Explicit ivar refs outside a method are being rewritten llvm-svn: 49932
-
Ted Kremenek authored
llvm-svn: 49931
-
rdar://problem/5874697Steve Naroff authored
Fix <rdar://problem/5874697> Rewriter: method arguments with complex types not being rewritten properly. llvm-svn: 49925
-
Ted Kremenek authored
can decide the policy on how to cache related bugs. This allows us to properly to handle warning about multiple leaks in the same location in the ref count checker (not yet done). llvm-svn: 49918
-
Ted Kremenek authored
compiler warning introduced by a recent patch of mine. llvm-svn: 49917
-
Ted Kremenek authored
llvm-svn: 49914
-
Ted Kremenek authored
from registered BugTypes. This helps with debugging. Add detection of NULL values in ref count checker; this suppresses false positives. llvm-svn: 49912
-
Ted Kremenek authored
the checker-specific logic of symbolic assumptions. llvm-svn: 49910
-
Nate Begeman authored
llvm-svn: 49909
-
Ted Kremenek authored
llvm-svn: 49908
-
Ted Kremenek authored
llvm-svn: 49907
-
Ted Kremenek authored
be created as "temporary files" that are not world readable. llvm-svn: 49904
-
Ted Kremenek authored
digest as a file already added to the index. This a workaround for the analyzer analyzing the same file more than once, which can happen when building multiple targets. llvm-svn: 49903
-
Nate Begeman authored
llvm-svn: 49899
-
Nate Begeman authored
information into the IR type codegen. This allows a target to codegen the C 'double' type as either double or float. llvm-svn: 49898
-
Ted Kremenek authored
This is a workaround until we figure out why a freshly create Preprocessor doesn't expand macros from headers. llvm-svn: 49897
-
Ted Kremenek authored
llvm-svn: 49896
-
Ted Kremenek authored
llvm-svn: 49895
-
Ted Kremenek authored
llvm-svn: 49894
-
Ted Kremenek authored
llvm-svn: 49893
-