Age | Commit message (Expand) | Author |
2009-11-17 | Make test header independent so it doesn't fail on freebsd. I hope this doesn't | Benjamin Kramer |
2009-11-17 | Use clang to run tests which include headers from the system. | Daniel Dunbar |
2009-11-17 | Don't #include <stdio.h> when tests don't need it, or use clang instead of cl... | Daniel Dunbar |
2009-11-16 | Add constant evaluation for comma operator with floating-point operand. Fixes | Eli Friedman |
2009-11-11 | Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of | John McCall |
2009-11-09 | Changed error for nested type qualifier mismatch to | Fariborz Jahanian |
2009-11-09 | Test case for Sean Hunt's patch which I left out. | Fariborz Jahanian |
2009-11-09 | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman |
2009-11-09 | Add a triple to try to fix the buildbot error. | Anders Carlsson |
2009-11-09 | __uint128_t is indeed an unsigned integer type. Fixes PR5435. | Anders Carlsson |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-07 | Support -Wshorten-64-to-32 for integer types only, which seems to satisfy the | John McCall |
2009-11-07 | Improve -Wconversion by permitting binary operations on values of the target | John McCall |
2009-11-07 | Test case for -Wconversion. | John McCall |
2009-11-06 | compare.c also needs a target triple now, and improve some comments while we're | John McCall |
2009-11-06 | Improve the -Wsign-compare heuristics: | John McCall |
2009-11-06 | Turn off -Wsign-compare warnings by default | Douglas Gregor |
2009-11-05 | Make ASTContext::getIntWidth return 1 for all boolean type variations, not ju... | Sebastian Redl |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-11-05 | Implement the conditional-operator part of -Wsign-compare. Turn | John McCall |
2009-11-05 | Implement -Wsign-compare, or at least the actual comparison part of it. | John McCall |
2009-11-04 | Diagnose the use of 'fastcall' on functions without prototypes or with | John McCall |
2009-11-04 | Diagnose __builtin_offsetof on incomplete types. Fixes | John McCall |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-03 | Reorganize the parsing of decl groups / function definitions so that | John McCall |
2009-10-31 | Fix the type of __builtin_expect, from Ed Schouten! | Douglas Gregor |
2009-10-30 | warn about returning the address of a label. | Chris Lattner |
2009-10-29 | Fix some Window-isms to get these tests to pass on Windows. | John Thompson |
2009-10-27 | Implement Chris's suggestions for the precendence warnings. Reformat the code... | Sebastian Redl |
2009-10-26 | Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5... | Sebastian Redl |
2009-10-25 | Phrase compile time assert in standard way. | Daniel Dunbar |
2009-10-25 | Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is already | Chris Lattner |
2009-10-25 | Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul... | Chris Lattner |
2009-10-25 | When parsing a top level struct declaration, make sure to | Chris Lattner |
2009-10-22 | fix #2 :) | Chris Lattner |
2009-10-22 | fix testcase, thanks Daniel. | Chris Lattner |
2009-10-22 | fix PR5265: the size of a float3 should be rounded up to its alignment. | Chris Lattner |
2009-10-21 | Downgrade "function declared 'noreturn' should not return" from an | Douglas Gregor |
2009-10-20 | Implement PR5242: don't desugar a type more than once in a diagnostic. This | Chris Lattner |
2009-10-17 | teach getCorrespondingUnsignedType how to handle vectors of integers, | Chris Lattner |
2009-10-16 | Implement PR4407 - missing warnings on case value overflow, | Chris Lattner |
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-10-09 | Add CheckCallReturnType and start using it for regular call expressions. This... | Anders Carlsson |
2009-10-08 | Implement support for -Wunused-variable, from Oscar Bonilla! | Douglas Gregor |
2009-09-30 | Add an error for function parameters that have a qualified address space sinc... | Tanya Lattner |
2009-09-28 | Provide a custom diagnostic when code tries to use an unknown builtin | Douglas Gregor |
2009-09-26 | builtin_trap should be noreturn, this fixes PR5062, patch by | Chris Lattner |
2009-09-26 | Add a "positive" matching test case for attribute 'noreturn' that involves a ... | Ted Kremenek |