- Mar 26, 2008
-
-
Ted Kremenek authored
Added test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions. Added test case directory "Analysis-Apple" which is only run on Apple (darwin) machines. llvm-svn: 48844
-
Nuno Lopes authored
# this is my first commit here, so please be gentle :) llvm-svn: 48807
-
- Mar 25, 2008
-
-
Nate Begeman authored
the future, RecordTypes. llvm-svn: 48784
-
- Mar 23, 2008
-
-
Sam Bishop authored
by default. Adding a %p works with this new version and is backwards compatible, though it looks a little funny. llvm-svn: 48698
-
- Mar 22, 2008
-
-
Ted Kremenek authored
The effect is that if a variable is uninitialized along a branch (but initialized along another), at merge points it is considered uninitialized. Previously we had the opposite behavior. The new behavior is more conservative, and more in line with gcc's behavior. llvm-svn: 48689
-
Chris Lattner authored
llvm-svn: 48669
-
Chris Lattner authored
llvm-svn: 48668
-
- Mar 21, 2008
-
-
Sam Bishop authored
the output to make sure that the macros and comments are being treated as such. llvm-svn: 48638
-
Sam Bishop authored
required to perform this test. llvm-svn: 48636
-
- Mar 20, 2008
-
-
Gabor Greif authored
llvm-svn: 48621
-
Gabor Greif authored
llvm-svn: 48597
-
Gabor Greif authored
llvm-svn: 48589
-
- Mar 19, 2008
-
-
Ted Kremenek authored
llvm-svn: 48539
-
- Mar 18, 2008
-
-
Gabor Greif authored
llvm-svn: 48488
-
Gabor Greif authored
llvm-svn: 48487
-
- Mar 17, 2008
-
-
Gabor Greif authored
llvm-svn: 48462
-
Gabor Greif authored
make test VERBOSE=1 should now produce the same output like the Makefile normally does. Without VERBOSE only the names of failed tests are printed. I am pretty comfortable with this version, and I think it is time to switch over to Makefile.parallel to be the default. What do you think? Did I forget some piece of feedback? llvm-svn: 48458
-
Gabor Greif authored
inside of the Output/ directory. The testclean target could be removed now. llvm-svn: 48457
-
Gabor Greif authored
This implements second part of <http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080310/004727.html>. llvm-svn: 48456
-
Gabor Greif authored
Get rid of "awk" dependence by using same "make" functionality: <http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080310/004727.html> llvm-svn: 48455
-
Gabor Greif authored
filename. This fixes (e.g.) CodeGen/struct-x86-darwin.c which raced at writing to "%t1" with other tests when parallel testing was specified with a high "-j XX" value. Also gets rid of the file tools/clang/test/%t1 when doing an "svn st" after testing. llvm-svn: 48454
-
Gabor Greif authored
* print out message when tests start * testrunner sets status now * on failed test run print out test name I tested these changes with the non-parallel makefile and it did not break. llvm-svn: 48453
-
- Mar 15, 2008
-
-
Gabor Greif authored
llvm-svn: 48394
-
Gabor Greif authored
llvm-svn: 48391
-
- Mar 14, 2008
-
-
Nate Begeman authored
non-default address space, and fix comment. Add a test for this. llvm-svn: 48366
-
Nate Begeman authored
An address space name cannot be used to qualify an object that has automatic storage duration. Still not catching ASQual'd allocas of array type, just scalars at the moment. llvm-svn: 48350
-
- Mar 13, 2008
-
-
Steve Naroff authored
- For explicit ivar refers, make sure the cast is propagated to the AST. - Don't free the base (since it is still in use). This fixes the recent regression to test/Rewriter/objc-ivar-receiver-1.m. llvm-svn: 48309
-
- Mar 12, 2008
-
-
Steve Naroff authored
This should "fix" all but one of the test failure. llvm-svn: 48275
-
- Mar 10, 2008
-
-
Chris Lattner authored
llvm-svn: 48168
-
Chris Lattner authored
objc @try parser to use it, fixing a FIXME. Update the objc-try-catch-1.m file to pass now that we get more reasonable errors. llvm-svn: 48129
-
- Mar 07, 2008
-
-
Nate Begeman authored
llvm-svn: 48018
-
Ted Kremenek authored
Added more comments for code processing attribute "format". Added more checks for corner cases, test cases, and warnings. llvm-svn: 48011
-
- Mar 06, 2008
-
-
Chris Lattner authored
llvm-svn: 47986
-
- Mar 05, 2008
-
-
Chris Lattner authored
theoretically useful, but not useful in practice. It adds a bunch of complexity, and not much value. It's best to nuke it. One big advantage is that it means the target interfaces will soon lose their SLoc arguments and target queries can never emit diagnostics anymore (yay). Removing this also simplifies some of the core preprocessor which should make it slightly faster. Ted, I didn't simplify TripleProcessor, which can now have at most one triple, and can probably just be removed. Please poke at it when you have time. llvm-svn: 47930
-
- Mar 04, 2008
-
-
Chris Lattner authored
llvm-svn: 47893
-
- Mar 03, 2008
-
-
Chris Lattner authored
llvm-svn: 47856
-
Gabor Greif authored
llvm-svn: 47841
-
Gabor Greif authored
Chris added this testcase with r47837. The mail only shows one todo-warning but I see 3. Strangeness. Correcting lines 16 and 24. llvm-svn: 47840
-
Chris Lattner authored
llvm-svn: 47838
-
Chris Lattner authored
llvm-svn: 47837
-