Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suggestions to fix -Wmissing-{prototypes,variable-declarations} | Aaron Puchert | 2019-06-18 | 1 | -0/+8 |
* | Sema: Don't emit a missing prototype warning for deleted functions. | Benjamin Kramer | 2015-03-12 | 1 | -1/+3 |
* | Apply Jonathan Sauer's proposed solution to PR9519. Thanks! | John McCall | 2011-03-22 | 1 | -0/+6 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Don't warn about function templates or function template specializations. | Anders Carlsson | 2009-12-09 | 1 | -3/+10 |
* | Move the missing prototypes checking out into a new function. Don't warn abou... | Anders Carlsson | 2009-12-09 | 1 | -0/+19 |