Age | Commit message (Expand) | Author |
2013-02-26 | Warn on dropping the return value from a warn_unused_result function, even in | Matt Beaumont-Gay |
2013-01-17 | Suppress all -Wunused-value warnings from macro body expansions. | Matt Beaumont-Gay |
2012-10-24 | Address feedback from Eli Friedman on r166522. | Matt Beaumont-Gay |
2012-10-23 | Don't emit -Wunused-value warnings from macro expansions. | Matt Beaumont-Gay |
2012-08-13 | c: small refactoring of checking for __attribute__(const)) | Fariborz Jahanian |
2012-08-13 | c: make __has_attribute(const) work for const | Fariborz Jahanian |
2012-05-24 | Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce... | Eli Friedman |
2011-08-17 | Treating the unused equality comparisons as something other than part of | Chandler Carruth |
2011-01-25 | Change the wording of the bad-decl-for-attribute warning and error | John McCall |
2010-10-15 | testcase for http://llvm.org/PR8371 of my last commit, r116570 | Gabor Greif |
2010-09-19 | Revert r114316, -Wunused-value enabled by default was intended. | Argyrios Kyrtzidis |
2010-09-19 | Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. | Argyrios Kyrtzidis |
2010-05-08 | Don't complain about an __builtin_va_arg expression's result being | Douglas Gregor |
2010-04-06 | Devote a special diagnostic to the typo | John McCall |
2010-01-23 | Insulate these from changes to the default for -Wunreachable-code. | Mike Stump |
2010-01-08 | Use -fno-math-errno by default, and remove the IsMathErrnoDefault | Dan Gohman |
2009-12-30 | testcase for previous patch! | Chris Lattner |
2009-12-22 | warn when attribute warn_unused_result is applied to void functions. | Nuno Lopes |
2009-12-20 | fix PR4010: add support for the warn_unused_result for function pointers | Nuno Lopes |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-19 | Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari... | Daniel Dunbar |
2009-10-13 | add rdar # I accidentally lost. | Chris Lattner |
2009-10-13 | merge two tests. | Chris Lattner |
2009-10-13 | make the diagnostic in the 'unused result' warning more precise | Chris Lattner |
2009-08-01 | More warnings for unused expressions. | Anders Carlsson |
2009-07-30 | Diagnose unused expression results for all statements, just not compound stat... | Anders Carlsson |
2009-07-28 | fix PR4633: cast to void should silence the 'unused expression' warning. | Chris Lattner |
2009-04-07 | Driver: Manually translate a number of -f with no- variants options to | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-17 | add support for -fno-math-errno, and validate that it affects sema properly. | Chris Lattner |
2009-02-17 | sema no longer explodes, yay! | Chris Lattner |
2008-05-19 | Make the unused expression warning a bit less aggressive (found in PHP | Eli Friedman |
2007-10-11 | rename -parse-ast-print to -ast-print | Chris Lattner |
2007-09-26 | Removed option "-parse-ast-check" from clang driver. This is now implemented | Ted Kremenek |
2007-08-31 | Fix a bug/missing-feature Ted noticed: the 'unused' warning should not | Chris Lattner |
2007-08-27 | Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible(). | Steve Naroff |
2007-08-26 | Fix a bug reported by Keith Bauer | Chris Lattner |
2007-08-21 | we now correctly emit: | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |