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