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