- Feb 08, 2010
-
-
Zhongxing Xu authored
GRState::getSVal(MemRegion*) => Load(). llvm-svn: 95541
-
Zhongxing Xu authored
llvm-svn: 95540
-
Zhongxing Xu authored
alloca region. llvm-svn: 95539
-
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
-
Zhongxing Xu authored
llvm-svn: 95531
-
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
-
Anders Carlsson authored
llvm-svn: 95525
-
Anders Carlsson authored
llvm-svn: 95524
-
Douglas Gregor authored
llvm-svn: 95517
-
Douglas Gregor authored
from Keir Mierle! llvm-svn: 95516
-
Sam Weinig authored
llvm-svn: 95515
-
Sam Weinig authored
llvm-svn: 95514
-
Sam Weinig authored
llvm-svn: 95513
-
Anders Carlsson authored
llvm-svn: 95512
-
Anders Carlsson authored
(This is kind of a risky change, but I did a self-host build and everything appears to work fine!) llvm-svn: 95511
-
Anders Carlsson authored
llvm-svn: 95510
-
Anders Carlsson authored
llvm-svn: 95509
-
Anders Carlsson authored
Daniel, I'd appreciate a review of the driver/cc1 parts. llvm-svn: 95508
-
- Feb 06, 2010
-
-
Anders Carlsson authored
llvm-svn: 95502
-
Anders Carlsson authored
If a constructor throws an exception we need to execute the destructors for all fully constructed members. Fixes ctor_dtor_count.cpp in the test suite. llvm-svn: 95501
-
John McCall authored
params. Don't insert addrof operations when matching against a pointer; array/function conversions should take care of this for us, assuming the argument type-checked in the first place. Add a fixme where we seem to be using a less-restrictive reference type than we should. Fixes PR 6249. llvm-svn: 95495
-
Benjamin Kramer authored
llvm-svn: 95494
-
John McCall authored
llvm-svn: 95491
-
Anders Carlsson authored
llvm-svn: 95487
-
Douglas Gregor authored
over to VarDecl::isThisDeclarationADefinition(), which handles variables declared with linkage specifications better (among other things). CMake 2.9 (from CVS) now builds with clang++ and is somewhat functional. llvm-svn: 95486
-
Anders Carlsson authored
Only append 'L' for internal variable declarations, not all declarations. (Found by the mangle checker, yay) llvm-svn: 95485
-
Ted Kremenek authored
Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are implicitly initialized to NULL. llvm-svn: 95479
-
Ted Kremenek authored
Fix regression in RegionStore (from BasicStore) where static variables were not treated as being implicitly initialized to 0 (and instead were getting symbolicated). llvm-svn: 95478
-
Ted Kremenek authored
llvm-svn: 95476
-
Anders Carlsson authored
llvm-svn: 95474
-
Anders Carlsson authored
llvm-svn: 95472
-
John McCall authored
PR 5517. llvm-svn: 95470
-
Douglas Gregor authored
crashing unceremoniously. llvm-svn: 95464
-
John McCall authored
out-of-line initializers as integer constant expressions. Fixes PR6206. llvm-svn: 95463
-
Ted Kremenek authored
llvm-svn: 95459
-
John McCall authored
taken for non-trivial constructors. llvm-svn: 95457
-