- Feb 08, 2010
-
-
Ted Kremenek authored
llvm-svn: 95576
-
Ted Kremenek authored
llvm-svn: 95573
-
Ted Kremenek authored
llvm-svn: 95572
-
Fariborz Jahanian authored
attribute properly and avoid bogus warning. This is an objective-c fix only. objective-c++ follows different code pass and requires separate fix (which will come at a later time). Fixes radar 7214820. llvm-svn: 95571
-
Douglas Gregor authored
the AST importer. This doesn't actually do anything (yet), because we don't have driver logic for merging ASTs. llvm-svn: 95570
-
Ted Kremenek authored
Add a Python script to change what version of Clang is used by Xcode for static analysis (and ONLY static analysis). llvm-svn: 95569
-
Dan Gohman authored
for blocks ending in "unreachable". llvm-svn: 95565
-
Dan Gohman authored
its current purpose. llvm-svn: 95564
-
Daniel Dunbar authored
llvm-svn: 95563
-
Sebastian Redl authored
llvm-svn: 95562
-
Benjamin Kramer authored
llvm-svn: 95561
-
Johnny Chen authored
llvm-svn: 95560
-
Chris Lattner authored
llvm-svn: 95559
-
Duncan Sands authored
looking for isPointer, and added the rest for uniformity. llvm-svn: 95557
-
Sebastian Redl authored
When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. llvm-svn: 95555
-
John McCall authored
llvm-svn: 95554
-
Chandler Carruth authored
llvm-svn: 95553
-
Benjamin Kramer authored
llvm-svn: 95552
-
Daniel Dunbar authored
by clang's -fixit! :) llvm-svn: 95551
-
Johnny Chen authored
A8.6.331 VMOV (between two ARM core registers and two single-precision registers) llvm-svn: 95548
-
Ted Kremenek authored
llvm-svn: 95547
-
Benjamin Kramer authored
3 files changed, 76 insertions(+), 153 deletions(-) llvm-svn: 95546
-
Ted Kremenek authored
llvm-svn: 95545
-
Nuno Lopes authored
llvm-svn: 95544
-
Douglas Gregor authored
llvm-svn: 95543
-
Duncan Sands authored
llvm-svn: 95542
-
Zhongxing Xu authored
GRState::getSVal(MemRegion*) => Load(). llvm-svn: 95541
-
Zhongxing Xu authored
llvm-svn: 95540
-
Zhongxing Xu authored
alloca region. llvm-svn: 95539
-
Torok Edwin authored
Thanks to Kristaps Straupe for noticing the bug. llvm-svn: 95537
-
Zhongxing Xu authored
It's more sophisticated than the original one of BasicStore. But it does matter. llvm-svn: 95536
-
Zhongxing Xu authored
llvm-svn: 95535
-
Zhongxing Xu authored
llvm-svn: 95534
-
Chandler Carruth authored
glaring logic bug anyways. =D llvm-svn: 95533
-
Sanjiv Gupta authored
llvm-svn: 95532
-
Zhongxing Xu authored
llvm-svn: 95531
-
Sanjiv Gupta authored
Use a temp dir with a unique name in the current dir itself. Use forward_value instead of unpack_values. llvm-svn: 95530
-
Zhongxing Xu authored
llvm-svn: 95529
-
- Feb 07, 2010
-
-
Chandler Carruth authored
deduction. This requires refactoring the deduction to have access to the Sema object instead of merely the ASTContext. Still leaves something to be desired due to poor source location. Fixes PR6257 and half of PR6259. llvm-svn: 95528
-
Nick Lewycky authored
cppcheck! llvm-svn: 95527
-