aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-11This test now passes with RegionStoreManager.Ted Kremenek
2009-07-10Remove some unused code from an experiment that I didn't like.Anders Carlsson
2009-07-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-07-10Restructure RegionStoreManager::getSizeInElements() to use a switch statementTed Kremenek
2009-07-10Fix silly mistake I made applying patch to fix test.Eli Friedman
2009-07-10Rename test file.Ted Kremenek
2009-07-10RegionStoreManager also passes this test file.Ted Kremenek
2009-07-10RegionStoreManager now correctly passes this test file.Ted Kremenek
2009-07-10Test case in test/Analysis/xfail_regionstore_wine_crash.c no longer fails, soTed Kremenek
2009-07-10Fix type of 'this' and add a decltype test.Anders Carlsson
2009-07-10Revert r75281 and simply remove the assertion in NewCastRegion thatTed Kremenek
2009-07-10Fix crash in StoreManager::NewCastRegion regarding handling casts to void*,Ted Kremenek
2009-07-10Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman
2009-07-10Patch to build list of inherited virtual base classes Fariborz Jahanian
2009-07-10Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches Eli Friedman
2009-07-10Fix a problem that Eli noticed, and that Doug helped me fix.Anders Carlsson
2009-07-10Rename potentially ambiguous member template 'getRegion' to 'getSubRegion' to...Ted Kremenek
2009-07-10linkifyChris Lattner
2009-07-10Add documentation for the Index library to clang's web page.Argyrios Kyrtzidis
2009-07-10Simplify a bit by using functions instead of checking enum values. No functio...Argyrios Kyrtzidis
2009-07-10Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek
2009-07-09don't crash if class is using itself as its super class.Fariborz Jahanian
2009-07-09Fix another decltype crash.Anders Carlsson
2009-07-09Sema check on out of order object initialization ofFariborz Jahanian
2009-07-09Use getDeclName in DefineImplicitOverloadedAssign as well.Anders Carlsson
2009-07-09Another little test for C++ [over.over]Douglas Gregor
2009-07-09Pass the DeclName to the diagnostic builder so that member names will be quot...Anders Carlsson
2009-07-09Update checker build.Ted Kremenek
2009-07-09Add test for C++ [over.over.]p1, the contexts in which one can take the addre...Douglas Gregor
2009-07-09Remove dead code.Zhongxing Xu
2009-07-09Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pas...Anders Carlsson
2009-07-08Implement the simple form of overload resolution used when taking theDouglas Gregor
2009-07-08Fix: <rdar://problem/7034511> ValueManager::makeIntVal(uint64_t X, QualType T...Ted Kremenek
2009-07-08It's not allowed to form member pointers to members that have reference type....Anders Carlsson
2009-07-08Bump the PCH version numberDouglas Gregor
2009-07-08Implement template argument deduction when taking the address of aDouglas Gregor
2009-07-08Update for IRBuilder API change.Owen Anderson
2009-07-08Update for LLVM API change.Owen Anderson
2009-07-08Implement code generation of ChooseExpr for aggregate types.Anders Carlsson
2009-07-08Patch adds test to my previous patch for assigning toFariborz Jahanian
2009-07-08fix PR4513, a build problem with VC++, patch by James Abbatiello!Chris Lattner
2009-07-08Correct FreeBSD target info, fixing PR4514.Duncan Sands
2009-07-08Fix a corner case with argument-dependent lookup and overloaded function sets.Douglas Gregor
2009-07-08Update the C++ status table to better reflect our support for function overlo...Douglas Gregor
2009-07-08Improve argument-dependent lookup to find associated classes andDouglas Gregor
2009-07-08Initialize the ConstantArraySizeAsWritten field of PrintingPolicy class.Argyrios Kyrtzidis
2009-07-08Update for LLVM API change.Owen Anderson
2009-07-08Implemented memmove_collectable API for Next runtimeFariborz Jahanian
2009-07-08reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.Chris Lattner
2009-07-08The canonical type of typeof or decltype with a dependent type is itself,Douglas Gregor