| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the check that gives functions with unique-external types unique-external | John McCall | 2011-02-10 | 2 | -1/+20 |
* | When checking the 'weak' and 'weakref' attributes, look for non-external | John McCall | 2011-02-08 | 2 | -3/+32 |
* | Test case accidentally left out of my last commit. | John McCall | 2011-02-08 | 1 | -0/+57 |
* | In Sema::CheckShadow, get the DeclContext from the variable that we are checking | Argyrios Kyrtzidis | 2011-02-08 | 1 | -0/+15 |
* | Move uninitialized variable checking back under -Wuninitialized-experimental.... | Ted Kremenek | 2011-02-07 | 1 | -1/+1 |
* | pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed) | Anton Yartsev | 2011-02-07 | 1 | -1/+21 |
* | When the out-of-line definition differs from the declaration in the return type, | Argyrios Kyrtzidis | 2011-02-05 | 1 | -0/+5 |
* | Don't suggest -Wuninitialized fixits for uninitialized enum types. | Ted Kremenek | 2011-02-05 | 1 | -0/+8 |
* | Implement -Woverloaded-virtual. | Argyrios Kyrtzidis | 2011-02-03 | 1 | -0/+41 |
* | Based on user feedback, swap -Wuninitialized diagnostics to have the warning ... | Ted Kremenek | 2011-02-02 | 1 | -2/+2 |
* | Turn test for // rdar://8945175 into a sema test. | Fariborz Jahanian | 2011-02-02 | 1 | -0/+18 |
* | Don't warn for -Wnon-virtual-dtor for dependent classes. | Argyrios Kyrtzidis | 2011-02-02 | 1 | -0/+12 |
* | Remove redundant check to not warn for warn_equality_with_extra_parens if we ... | Ted Kremenek | 2011-02-02 | 1 | -9/+0 |
* | Don't warn about extraneous '()' around a comparison if it occurs within a ma... | Ted Kremenek | 2011-02-01 | 1 | -0/+10 |
* | Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Far... | Argyrios Kyrtzidis | 2011-02-01 | 1 | -0/+4 |
* | For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John! | Argyrios Kyrtzidis | 2011-02-01 | 1 | -0/+10 |
* | Warn for "if ((a == b))" where the equality expression is needlessly wrapped ... | Argyrios Kyrtzidis | 2011-02-01 | 1 | -0/+4 |
* | Implement access checking for the "delete" operator. Fixes PR9050, | Douglas Gregor | 2011-02-01 | 1 | -0/+11 |
* | Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin K... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+12 |
* | Implement the suggested resolution to core issue 547, extended to also | Douglas Gregor | 2011-01-31 | 1 | -0/+66 |
* | Warn if the class has virtual methods but non-virtual destructor. Addresses r... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -1/+29 |
* | Don't warn that variables in C++ static member functions shadow fields. Fixes... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+13 |
* | If there were errors, disable 'unused' warnings since they will mostly be noise. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+8 |
* | Error for use of field from anonymous struct or union should say "invalid use... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+12 |
* | Fix some corner cases in the __is_base_of logic. | John McCall | 2011-01-28 | 1 | -1/+11 |
* | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -0/+6 |
* | Teach the evaluation of the __is_convertible_to trait to translate | Douglas Gregor | 2011-01-27 | 1 | -0/+7 |
* | Implement the Microsoft __is_convertible_to type trait, modeling the | Douglas Gregor | 2011-01-27 | 1 | -0/+28 |
* | Revert r124217 because it didn't catch the actual error case it was trying to | Jeffrey Yasskin | 2011-01-27 | 1 | -50/+0 |
* | Teach -Wreturn-type that destructors can appear | Ted Kremenek | 2011-01-26 | 1 | -0/+10 |
* | Merge -Wuninitialized-experimental into -Wuninitialized. | Ted Kremenek | 2011-01-26 | 1 | -1/+1 |
* | Fix infinite loop during error diagnostics. Fixes rdar://8875304. | Argyrios Kyrtzidis | 2011-01-25 | 1 | -0/+13 |
* | Tweak return-noreturn.cpp test to have its original | Ted Kremenek | 2011-01-25 | 3 | -28/+28 |
* | Fix regression in -Wreturn-type caused by not | Ted Kremenek | 2011-01-25 | 2 | -15/+27 |
* | Add an attribute to forbid temporary instances of a type. This allows class | Jeffrey Yasskin | 2011-01-25 | 1 | -0/+50 |
* | Revert r124146 for now. It appears to be failing on a few platforms. | Eric Christopher | 2011-01-24 | 1 | -22/+1 |
* | pre/post increase/decrease for AltiVec vectors | Anton Yartsev | 2011-01-24 | 1 | -1/+22 |
* | Enhance the diagnostic for referring to a typedef with an elaborated name to be | Nick Lewycky | 2011-01-24 | 1 | -0/+16 |
* | Re-instate r123977/r123978, my updates of the reference-binding | Douglas Gregor | 2011-01-24 | 2 | -2/+5 |
* | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti... | Anders Carlsson | 2011-01-24 | 1 | -2/+2 |
* | Get rid of [[hiding]], [[override]] and [[base_check]]. | Anders Carlsson | 2011-01-23 | 1 | -12/+0 |
* | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -8/+0 |
* | Add test from PR9026. | Rafael Espindola | 2011-01-22 | 1 | -1/+19 |
* | revert r123977 and r123978 to fix PR9026. | Rafael Espindola | 2011-01-22 | 1 | -4/+1 |
* | Add a test for "perfect" forwarding | Douglas Gregor | 2011-01-21 | 1 | -0/+22 |
* | Provide -Wuninitialized-experimental fixits | Ted Kremenek | 2011-01-21 | 1 | -1/+1 |
* | Enhance -Wuninitialized-experimental diagnostics | Ted Kremenek | 2011-01-21 | 1 | -2/+2 |
* | Implement the preference for move-construction over copy-construction | Douglas Gregor | 2011-01-21 | 2 | -15/+3 |
* | Add unique_ptr example to test the use of rvalue references. I'll grow | Douglas Gregor | 2011-01-21 | 1 | -0/+88 |
* | Update the reference-binding implementation used for overload | Douglas Gregor | 2011-01-21 | 1 | -1/+4 |