1. 3c98902 (re)implement PR6542, accepting and discarding the __gcc_tdiag__ by Chris Lattner · 15 years ago
  2. a87d477 merge some tests. by Chris Lattner · 15 years ago
  3. 6580d5b rename test by Chris Lattner · 15 years ago
  4. b1332d7 merge two tests. by Chris Lattner · 15 years ago
  5. 61784e3 rename test. by Chris Lattner · 15 years ago
  6. 1a6154c move a test to a more appropriate directory by Chris Lattner · 15 years ago
  7. 053f4bd -Wshadow should only warn about parameter declarations when we're by John McCall · 15 years ago
  8. 0162070 Fix PR6618. by Rafael Espindola · 15 years ago
  9. db59bc8 Add sse4.2 support to this test. by Eric Christopher · 15 years ago
  10. a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 15 years ago
  11. 355c96e Add include for smmintrin.h to this test. by Eric Christopher · 15 years ago
  12. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 15 years ago
  13. c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 15 years ago
  14. 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 15 years ago
  15. 9a8cb8d Forgot the testcases. by John McCall · 15 years ago
  16. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
  17. 1c471f3 Check compatibility of vector types using their canonicalizations. by John McCall · 15 years ago
  18. 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 15 years ago
  19. d1b47bf Warn about comparing an unsigned expression with 0 in tautological ways. by John McCall · 15 years ago
  20. d7358a3 Remember the PR number. by John McCall · 15 years ago
  21. 80639de Implement -Wmissing-field-initializers. Patch by mikem! by John McCall · 15 years ago
  22. 1e1d396 Implement missing-braces warning and add a test case. by Tanya Lattner · 15 years ago
  23. dbf217a Allow use of byref (__block attributed) arrays inside by Fariborz Jahanian · 15 years ago
  24. 02db31c Emit warning on indirect goto that potentially violates by Chris Lattner · 15 years ago
  25. fc3a070 address PR6502 by downgrading the scope checker's address by Chris Lattner · 15 years ago
  26. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 15 years ago
  27. e679497 fix PR5933: don't warn about unused variables if a function has other errors in it. by Chris Lattner · 15 years ago
  28. d49d877 Allow a '0' precision in format strings (as the man page says it is okay). by Ted Kremenek · 15 years ago
  29. f9f627d Don't warn about case-value conversions from a negative value to a by Douglas Gregor · 15 years ago
  30. b3a4e43 Implement PR6423 by using one token of lookahead to disambiguate by Chris Lattner · 15 years ago
  31. e3fc547 Fix crasher caused by setting a bit in a possibly empty bitvector while by Ted Kremenek · 15 years ago
  32. efaff19 For printf format string checking, add support for positional format strings. by Ted Kremenek · 15 years ago
  33. 7f70dc8 For printf format string checking, move the tracking of the data argument index out of by Ted Kremenek · 15 years ago
  34. 23a370f Add a new conversion rank to classify conversions between complex and scalar by Chandler Carruth · 15 years ago
  35. 78c97fb Disable one test case because of the inconsistent results it is giving on by Ted Kremenek · 15 years ago
  36. 328ce34 When we encounter a function-specific attribute in a declaration specifier, by Charles Davis · 15 years ago
  37. 9107166 Always add CallExpr as block-level expression. Inline-based interprocedural by Zhongxing Xu · 15 years ago
  38. 87260c7 Add support for '%C' and '%S' printf conversion specifiers. by Ted Kremenek · 15 years ago
  39. c0cd21d Don't assert on compound assignment operators that operate in FP types when by John McCall · 15 years ago
  40. 064f7db When comparing two calling conventions after redeclaring a function, compare by Charles Davis · 15 years ago
  41. 05f6247 When a reference to a field of a struct/union/class is passed to the by Charles Davis · 15 years ago
  42. d84aac1 Add 'previous declaration is here' note for param redefinition errors, e.g.: by Chris Lattner · 15 years ago
  43. e01c063 Also don't warn about force_align_arg_pointer on function typedefs. (This will by Charles Davis · 15 years ago
  44. beaf5ed Two fixes related to force_align_arg_pointer: by Charles Davis · 15 years ago
  45. f3f8d2a Allow redefinitions of extern inline functions in GNU89 mode, just as GCC by Charles Davis · 15 years ago
  46. 2853eac Don't diagnose overflow in case statements when the conversion is a by Douglas Gregor · 15 years ago
  47. 30ab371 For -Wswitch-enum warnings, be sure to look through typedefs of enum by Douglas Gregor · 15 years ago
  48. 19c1525 When diagnosing enumerator values outside of the range of 'int', be by Douglas Gregor · 15 years ago
  49. 56bdded Fix test to not force triple, and also to not need stdint.h. by Daniel Dunbar · 15 years ago
  50. c777221 Do not add functions marked with the unused attribute to the list of unused functions to warn about. Update test case. by Tanya Lattner · 15 years ago
  51. 12ead49 Fix unused function warning to handle used attributes and redeclarations. Update test case. by Tanya Lattner · 15 years ago
  52. ab44216 Revert r95939, as suggested by Alexandre Julliard from the Wine project (and by Charles Davis · 15 years ago
  53. 75d11371 Disable warn_unused_function for now, its breaking various project builds due to by Daniel Dunbar · 15 years ago
  54. f0122fe dllimport and dllexport are declspec attributes, too. They're also by Charles Davis · 15 years ago
  55. 0da9e95 Add test case to show that Clang now checks the format string by Ted Kremenek · 15 years ago
  56. 0395618 Fix test case. by Ted Kremenek · 15 years ago
  57. 4e4b30e Refactor the logic for printf argument type-checking into analyze_printf::ArgTypeResult. by Ted Kremenek · 15 years ago
  58. e771a7a Add Sema support for __builtin_fpclassify by extending the existing check for __builtin_isinf and friends. Part of PR6083. by Benjamin Kramer · 15 years ago
  59. c4a2638 Fix for PR6274: teach constant folding to evaluate __builtin_expect. by Eli Friedman · 15 years ago
  60. 9a66c30 Complain if block-literal expression's parameter name is by Fariborz Jahanian · 15 years ago
  61. e6bbc01 Implementing unused function warning. by Tanya Lattner · 15 years ago
  62. b84412f Warn about using the new force_align_arg_pointer attribute on a function by Charles Davis · 15 years ago
  63. 05efad5 Make this test not rely on the system <limits.h>. Hopefully fixes the by John McCall · 15 years ago
  64. fb6289a Test case for warnings with carets inside macro instantiations. by John McCall · 15 years ago
  65. 5c41ee8 Patch by Cristian Draghici: by Ted Kremenek · 15 years ago
  66. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 15 years ago
  67. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  68. ba915af Warn when cases are missing from a switch on a value of enumeration by Douglas Gregor · 15 years ago
  69. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
  70. f82b4e8 Allow calling convention attributes to apply to types. Patch by Chip Davis! by John McCall · 15 years ago
  71. b0f8eac When determining whether a function without a prototype is compatible by Douglas Gregor · 15 years ago
  72. a873dfc Implement the lvalue-to-rvalue conversion where needed. The by Douglas Gregor · 15 years ago
  73. aa74a1e Implement promotion for enumeration types. by Douglas Gregor · 15 years ago
  74. 99c9520 the declspec of a declaration can have storage-class specifiers, by Chris Lattner · 15 years ago
  75. 4ed5d91 Implement PR6180, substantially improving the diagnostics we get from by Chris Lattner · 15 years ago
  76. 677e4fe Improve handling of enumerator values for C and C++, including: by Douglas Gregor · 15 years ago
  77. f911eba Add format string type checking support for 'long double'. by Ted Kremenek · 15 years ago
  78. 180f284 Format string checking: selectively ignore implicit casts to 'int' by Ted Kremenek · 15 years ago
  79. d17e340 Fix for PR5185. C99 [*] VLA notation should be disallowed in function definitions. by Sam Weinig · 15 years ago
  80. 2877998 Really trivial patch to accept pointer to const void in indirect goto. Despite by Chandler Carruth · 15 years ago
  81. 01aefc6 Recognize 'q' as a format length modifier (from BSD). by Daniel Dunbar · 15 years ago
  82. c9a89fe Add format string checking of 'double' arguments. Fixes <rdar://problem/6931734>. by Ted Kremenek · 15 years ago
  83. d635c5f Add basic type checking of format string conversion specifiers and their arguments. Thanks to Cristian Draghici for his help with this patch! by Ted Kremenek · 15 years ago
  84. 31f8e32 Be a little more permissive than C99: allow 'unsigned' to be used for by Ted Kremenek · 15 years ago
  85. f88c8e0 Switch Sema over to using the new implementation of format string by Ted Kremenek · 15 years ago
  86. 3c9e03b Add comment to test linking it back to the original Bugzilla PR. by Ted Kremenek · 15 years ago
  87. d410fa2 ARM/APCS: Fix alignment of long double. by Daniel Dunbar · 15 years ago
  88. aec7caa Correctly treat 64 bit integers specified via the mode attribute as the 'long' by Chandler Carruth · 15 years ago
  89. 7a6ae74 Warn on top-level 'asm volatile' (instead of misparsing it). by John McCall · 15 years ago
  90. 7e52de4 fix PR6034, a crash on invalid where the switch stack would get unbalanced. by Chris Lattner · 15 years ago
  91. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  92. b5c7755 Improve unreachable code warnings with respect to dead member and by Mike Stump · 15 years ago
  93. 4458230 Improve unreachable code warnings for with respect to c-style casts. by Mike Stump · 15 years ago
  94. e5fba70 Improve unreachable code warnings for with respect to ? :. by Mike Stump · 15 years ago
  95. 45db90d Improve unreachable code warnings for with respect to compound assignments. by Mike Stump · 15 years ago
  96. 55f988e Improve unreachable code warnings with respect to dead binary and by Mike Stump · 15 years ago
  97. a3899eb Implement goto inside of blocks. by Mike Stump · 15 years ago
  98. 1d7d8d6 The type of a compound literal expression is not necessarily the same as the by John McCall · 15 years ago
  99. 823000c Generalize handling for unreachable code warnings to all binary operators. by Mike Stump · 15 years ago
  100. 8eae090 Refine location reporting for unreachable code warnings for comma expressions. by Mike Stump · 15 years ago