1. cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 15 years ago
  2. df9bcd5 clean up anonymous bitfield diagnostics, PR4017 by Chris Lattner · 15 years ago
  3. 23d58ce Some cleanup and bug-fixing for address-of checking. This causes a couple of by Eli Friedman · 15 years ago
  4. 4fb71b0 Print an error for uses of __thread on targets which don't support it. by Eli Friedman · 15 years ago
  5. f22f77f Tests for __thread specifier. by Eli Friedman · 15 years ago
  6. 17a7830 run the jump checker on blocks, even though they don't have gotos, by Chris Lattner · 15 years ago
  7. 38c5ebd add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid by Chris Lattner · 15 years ago
  8. deae3a7 apparently gotos aren't allowed at all in blocks. Stub out a testcase for when/if they are. by Chris Lattner · 15 years ago
  9. 3037a82 more testcases of variably modified types. by Chris Lattner · 15 years ago
  10. b5cf1ea second half of indirect jump checking: make sure that any by Chris Lattner · 15 years ago
  11. 04ea2b6 First half of jump scope checking for indirect goto. by Chris Lattner · 15 years ago
  12. c78476b add some testcases that we do not correctly handle. by Chris Lattner · 15 years ago
  13. 2b7b2ca reimplement DeclStmt handling so that we correctly handle intermixed by Chris Lattner · 15 years ago
  14. 5b40e0c rearrange. by Chris Lattner · 15 years ago
  15. 35562d1 add testcases for some more scary/horrible things that work. by Chris Lattner · 15 years ago
  16. b565937 unconditionally check for goto correctness. This is because switch by Chris Lattner · 15 years ago
  17. ede6e47 merge two tests. by Chris Lattner · 15 years ago
  18. bcfce66 abstract the SwitchStack for blocks just like we do the goto labels. by Chris Lattner · 15 years ago
  19. a9768b7 Improve switch diagnostic to emit the "jump" message on the by Chris Lattner · 15 years ago
  20. 366920a first step to getting switches giving "jump into vla scope" errors. by Chris Lattner · 15 years ago
  21. 5718a35 add some block goto test cases. by Chris Lattner · 15 years ago
  22. 5ce71c9 improve wording of scope violation error messages. by Chris Lattner · 15 years ago
  23. a5251fc rewrite the goto scope checking code to be more efficient, simpler, by Chris Lattner · 15 years ago
  24. fd0c0cf add another testcase by Chris Lattner · 15 years ago
  25. 40c56f7 __builtin_prefetch should be declared as "void __builtin_prefetch(const void *)", by Chris Lattner · 15 years ago
  26. 885b6d8 rename test by Chris Lattner · 15 years ago
  27. 32b0675 tweak redefinition of a typedef a bit to fix a couple of problems: by Chris Lattner · 15 years ago
  28. 23a48cc fix a crash on invalid by making ActOnDeclarator create decl with by Chris Lattner · 15 years ago
  29. 00cb00e adjust for the new -Wvector-conversions option by Chris Lattner · 15 years ago
  30. 397195b Fixup semantic analysis for nested blocks, and allow block literal by Mike Stump · 15 years ago
  31. 3aaa482 Fix <rdar://problem/6765383> clang-6: clang does not appear to support declaring a static Block 'const'. by Steve Naroff · 15 years ago
  32. dbb4f21 Add warning when a tentative array definition is assumed to have one element. by Daniel Dunbar · 15 years ago
  33. cd9c514 Fix <rdar://problem/6786597> varargs not supported for Blocks under clang. by Steve Naroff · 15 years ago
  34. 1b6823d Revert previous patch (will commit a fix soon). by Steve Naroff · 15 years ago
  35. ee3899e Fix <rdar://problem/6789707> "warning: 'extern' variable has an initializer" not correct for __private_extern__. by Steve Naroff · 15 years ago
  36. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  37. 44e35f7 Improve "assignment to cast" diagnostic. by Daniel Dunbar · 15 years ago
  38. 5717dae Strip paren expressions when trying to diagnose "cast as lvalue" extension. by Daniel Dunbar · 15 years ago
  39. b6645dd Fix a regression in a previous patch that broke implicit by Chris Lattner · 15 years ago
  40. c519743 implement some sema for gnuc_inline attribute. Reject always_inline and no_inline on objc methods. by Chris Lattner · 15 years ago
  41. 5466c7b Audit __private_extern__ handling. by Daniel Dunbar · 15 years ago
  42. a31feca PR3461: reject initializer for incomplete type. Based on patch by Tim by Eli Friedman · 15 years ago
  43. ecca753 fix rdar://6774906, a crash handling implicit conversions between pointers by Chris Lattner · 15 years ago
  44. 5186872 fix a valgrind problem I noticed while developing another patch, by Chris Lattner · 15 years ago
  45. 73f35e6 add radar number by Chris Lattner · 15 years ago
  46. 9158804 Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning. by Steve Naroff · 15 years ago
  47. 2c2d9dc -Wmissing-prototypes shouldn't complain about main() missing a prototype. by Douglas Gregor · 15 years ago
  48. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 15 years ago
  49. 85a5319 Diagnose uses of function specifiers on declarations which don't declare by Eli Friedman · 15 years ago
  50. 3f41976 Daniel convinced me that accepting "const va_list" arguments to va_arg is by Chris Lattner · 15 years ago
  51. 0d20b8a in va_arg diagnostics, print out the unpromoted type. This makes the by Chris Lattner · 15 years ago
  52. 9dc8f19 Add a warning for questionable va_args usage. by Chris Lattner · 15 years ago
  53. f502691 GCC compatibility: gcc allows applying va_args to const by Chris Lattner · 15 years ago
  54. dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 15 years ago
  55. 74734d5 When calling a function without a prototype for which we have a by Douglas Gregor · 15 years ago
  56. ef5cc75 Make darned sure that the -fixit tests are testing what we want them to test by Douglas Gregor · 15 years ago
  57. fe057ac Update comments in fixit tests by Douglas Gregor · 15 years ago
  58. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 15 years ago
  59. c561367 We no longer expect an warning as this is now valid. by Mike Stump · 15 years ago
  60. a3a8351 Add some more code modification hints by Douglas Gregor · 15 years ago
  61. 9b3064b Add code modification hints to various parsing-related diagnostics. by Douglas Gregor · 15 years ago
  62. 16e3fed Split PTH tests from carbon.c into separate test. by Daniel Dunbar · 15 years ago
  63. 4eee274 Add testcase for -Wmissing-prototypes by Douglas Gregor · 15 years ago
  64. 8d69a57 Re-enable PTH testing for cocoa.h and carbon.h. This tests that PTH works on by Ted Kremenek · 15 years ago
  65. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 15 years ago
  66. aab0f7a Fix block comparisons. Radar 6732116. by Mike Stump · 15 years ago
  67. cfdee92 Add -Wdeprecated-declarations to driver and add a test case. by Steve Naroff · 15 years ago
  68. 8a5c0cd Incorporate feedback from Eli. by Steve Naroff · 15 years ago
  69. d013aa1 Codegen sometimes crashes on comparisons that aren't legal, just by Chris Lattner · 15 years ago
  70. 0e3e3eb Implement UCN support for C string literals (C99 6.4.3) and add some very basic tests. Chris Goller has graciously offered to write some test to help validate UCN support. by Steve Naroff · 15 years ago
  71. 23c4b18 hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator by Chris Lattner · 15 years ago
  72. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 15 years ago
  73. 55d3aaf Finish off semantic analysis for regparm, and remove the warning. Also by Eli Friedman · 15 years ago
  74. 9af5500 Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway by Chris Lattner · 15 years ago
  75. 3308382 Sanity-check argument to indirect goto. by Eli Friedman · 15 years ago
  76. e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 15 years ago
  77. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  78. 42edd0d Fix PR3868 by making Evaluate handle cases like "(long)&a + 4". by Eli Friedman · 15 years ago
  79. ff59a8a Fix a couple of tests. by Eli Friedman · 15 years ago
  80. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 15 years ago
  81. 374e156 Fix PR3855. When we encounter an incompatible redeclaration of a by Douglas Gregor · 15 years ago
  82. d1659a6 Tighten up the determination of whether a function declaration has a by Douglas Gregor · 15 years ago
  83. 38179b2 Thanks to Eli for pointing out my misreading of 6.2.2p5 by Douglas Gregor · 15 years ago
  84. a1f47c4 Minor enhancements to Evaluate. by Eli Friedman · 15 years ago
  85. f05c05d Partial implementation of PR3342: break out pointer sign by Eli Friedman · 15 years ago
  86. 04831aa Adjust isModifiableLvalue to give a slightly more useful diagnostic for by Eli Friedman · 15 years ago
  87. 5fdeae1 Fix code to mark block variables as const to actually work. Fix by Eli Friedman · 15 years ago
  88. 21bab84 Add testcase for incomplete call/return types for calls. by Eli Friedman · 15 years ago
  89. 082d936 Fix <rdar://problem/6704086> by allowing the format string checking in Sema to by Ted Kremenek · 16 years ago
  90. b82dcd8 Fix <rdar://problem/6703892> by not warning about self-comparisons of enum by Ted Kremenek · 16 years ago
  91. a645796 Allow flexible array initializers that are not surrounded by by Douglas Gregor · 16 years ago
  92. 5ef122e Variables marked as "extern" can actually have internal linkage if by Douglas Gregor · 16 years ago
  93. 13d7a32 If a function is declared as, e.g., by Douglas Gregor · 16 years ago
  94. 897cd90 don't crash when sentinel attribute is used on function without a prototype, by Chris Lattner · 16 years ago
  95. f257b61 Check signedness of bitfield sizes. by Anders Carlsson · 16 years ago
  96. 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
  97. d8eb456 Reimplement fix for <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 16 years ago
  98. caaacec Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65694 and http://llvm.org/viewvc/llvm-project?view=rev&revision=66741). by Steve Naroff · 16 years ago
  99. 8575927 fix PR3258 by rejecting invalid numeric operands. by Chris Lattner · 16 years ago
  100. eab8cfb checking for symbolic operands as well as % at end of string. by Chris Lattner · 16 years ago