| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When we have a dependent direct initializer but not a dependent | Douglas Gregor | 2010-02-11 | 1 | -5/+13 |
| | | | | | | | | | variable type, we can (and should) still check for completeness of the variable's type. Do so, to work around an assertion that shows up in Boost's shared_ptr. llvm-svn: 95934 | ||||
| * | support the warn_unused_result in C++ class methods | Nuno Lopes | 2009-12-24 | 1 | -0/+11 |
| | | | | | llvm-svn: 92095 | ||||
| * | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460 | ||||
| * | Fix PR5531. | Anders Carlsson | 2009-11-17 | 1 | -0/+20 |
| | | | | | llvm-svn: 89106 | ||||
| * | Add bug number. | Anders Carlsson | 2009-11-07 | 1 | -2/+2 |
| | | | | | llvm-svn: 86357 | ||||
| * | Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407. | Anders Carlsson | 2009-11-07 | 1 | -0/+8 |
| | | | | | llvm-svn: 86352 | ||||
| * | Implement support for -Wunused-variable, from Oscar Bonilla! | Douglas Gregor | 2009-10-08 | 1 | -0/+6 |
| llvm-svn: 83577 | |||||

