- Jul 14, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 75549
-
Ted Kremenek authored
Change pretty-printing API for SymExprs and MemRegions to use a naming convention and style similar to other elements in Clang. llvm-svn: 75548
-
- Jul 13, 2009
-
-
Ted Kremenek authored
where we are comparing a symbolic value against itself, regardless of the nature of that symbolic value. This enhancement identified a case where RegionStoreManager is not correctly symbolicating the values of the pointees of parameters. The failing test is now in 'test/Analysis/misc-ps-region-store.m', with that test file now (temporarily) marked XFAIL. llvm-svn: 75521
-
Daniel Dunbar authored
in array value-initialization. llvm-svn: 75518
-
Daniel Dunbar authored
llvm-svn: 75517
-
Steve Naroff authored
llvm-svn: 75509
-
Daniel Dunbar authored
for stdin. llvm-svn: 75506
-
Steve Naroff authored
llvm-svn: 75505
-
Devang Patel authored
llvm-svn: 75504
-
Chris Lattner authored
llvm-svn: 75492
-
Fariborz Jahanian authored
llvm-svn: 75487
-
Steve Naroff authored
- Improve comment for Type::getPointeeType(). - Remove a couple redundant casts/returns. - Fix 80 column violations for all getAsStringInternal() methods. llvm-svn: 75485
-
http://llvm.org/viewvc/llvm-project?view=rev&revision=75314Steve Naroff authored
Still more to come...just wanted to get the no-brainers out of the way. llvm-svn: 75477
-
Devang Patel authored
llvm-svn: 75473
-
Devang Patel authored
llvm-svn: 75471
-
Owen Anderson authored
llvm-svn: 75446
-
Chris Lattner authored
llvm-svn: 75442
-
Daniel Dunbar authored
llvm-svn: 75441
-
Daniel Dunbar authored
llvm-svn: 75439
-
Chris Lattner authored
llvm-svn: 75437
-
Chris Lattner authored
llvm-svn: 75436
-
Chris Lattner authored
llvm-svn: 75435
-
- Jul 12, 2009
-
-
Chris Lattner authored
llvm-svn: 75432
-
Chris Lattner authored
llvm-svn: 75431
-
Daniel Dunbar authored
- I think I did this commit sequence before. :) llvm-svn: 75420
-
Daniel Dunbar authored
llvm-svn: 75404
-
Daniel Dunbar authored
llvm-svn: 75401
-
Daniel Dunbar authored
llvm-svn: 75400
-
Daniel Dunbar authored
- These kinds of "shotgun" tests are very slow, and do not belong in the regression suite. If these kinds of tests are regarded to have value, they should be added to the LLVM test-suite. - I would actually like to remove all of these tests, but I left Sema/carbon.c and SemaObjC/cocoa.m... llvm-svn: 75399
-
Daniel Dunbar authored
llvm-svn: 75396
-
Daniel Dunbar authored
- I don't see any need for it to be this expensive. llvm-svn: 75395
-
Daniel Dunbar authored
llvm-svn: 75390
-
- Jul 11, 2009
-
-
Daniel Dunbar authored
- Previous code was based on a misunderstanding (on my part) of the type representation. llvm-svn: 75385
-
Daniel Dunbar authored
- This was a latent bug exposed by the recent objc type changes. llvm-svn: 75383
-
Daniel Dunbar authored
llvm-svn: 75381
-
Nuno Lopes authored
disclaim: I know nothing about Python, so apologies in advance if I break something llvm-svn: 75368
-
Alisdair Meredith authored
Fix breakage on Windows, cannot redeclare loop variable i in the immediate scope of loop. Rename variable to j. llvm-svn: 75365
-
Ted Kremenek authored
Handle insidious corner case exposed by RegionStoreManager when handling void* values that are bound to symbolic regions and then treated like integers. llvm-svn: 75356
-
Zhongxing Xu authored
llvm-svn: 75329
-
Anders Carlsson authored
llvm-svn: 75327
-