Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -Wunused-value to not warn on expressions that have unresolved lookups due | Matt Beaumont-Gay | 2012-10-23 | 1 | -0/+15 |
* | Handle C++ functional casts in a similar way to C-style casts in | Eli Friedman | 2012-09-24 | 1 | -0/+12 |
* | A minor tweak to the new volatile lvalue warning: don't warn on "(void)x", wh... | Eli Friedman | 2012-05-24 | 1 | -0/+2 |
* | Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce... | Eli Friedman | 2012-05-24 | 1 | -18/+28 |
* | Improve the test for unused-expression warnings slightly | Douglas Gregor | 2010-01-16 | 1 | -0/+9 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | PR4103: Silence bogus unused expression warning. | Eli Friedman | 2009-04-29 | 1 | -0/+15 |