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