1. d7a3fcd pch support for protocol qualified id's. by Chris Lattner · 15 years ago
  2. 3a57a37 add three new objc expression types. @selector doesn't work because we have no by Chris Lattner · 15 years ago
  3. 4dcf151a implement serialization support for @encode, by Chris Lattner · 15 years ago
  4. f7830b6 rename methods.* -> objc_methods.* by Chris Lattner · 15 years ago
  5. 3f84ad2 change implicit int warnings to point to the identifier, not the by Chris Lattner · 15 years ago
  6. d4ae6c0 Revert r69771, I missed some (obvious) details. :/ by Daniel Dunbar · 15 years ago
  7. 0c45793 Rework the shadow struct that is layed out for Objective-C classes. by Daniel Dunbar · 15 years ago
  8. 3936024 Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean, by Chris Lattner · 15 years ago
  9. f09f03c rename test by Chris Lattner · 15 years ago
  10. 4d00f2a Fix a problem with objc foreach loop. It turns out that objc mode changes by Chris Lattner · 15 years ago
  11. ba48d05 Test PCH support for VLAs by Douglas Gregor · 15 years ago
  12. 0c8c455 Eliminate a FIXME in one of the PCH test cases by Douglas Gregor · 15 years ago
  13. d55a71d Fix some mishandling of the attr(gnu_inline) mode when used with by Chris Lattner · 15 years ago
  14. 868210e Fix crash reported in PR 3991. The analyzer doesn't reason about ObjCKVCExpr. by Ted Kremenek · 15 years ago
  15. e1614bb apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! by Chris Lattner · 15 years ago
  16. 914d3db Resolve merge conflict better. by Mike Stump · 15 years ago
  17. f0a990c fix PR4026: Clang can't codegen __func__ without implicit cast by Chris Lattner · 15 years ago
  18. 25efa10 Tighten up blocks type checking. This was discussed back in the by Mike Stump · 15 years ago
  19. c474152 Lazy deserialization of identifiers in PCH files fixed a problem with by Douglas Gregor · 15 years ago
  20. 5c59e2b Fix rdar://6814047, a crash on invalid in blocks code I noticed when by Chris Lattner · 15 years ago
  21. af48fdd Fix: <rdar://problem/6777209> false Dereference of null pointer in loop: pointer increment/decrement preserves non-nullness by Ted Kremenek · 15 years ago
  22. 17f3a6d fix marking of nested blocks with the "hasBlockDeclRefExprs" to by Chris Lattner · 15 years ago
  23. 668c1a4 Lazy deserialization of the declaration chains associated with by Douglas Gregor · 15 years ago
  24. 293b4d6 force a 32-bit triple. by Chris Lattner · 15 years ago
  25. 5bd0939 Force triple (test case fails for platforms with the non-fragile ABI). by Daniel Dunbar · 15 years ago
  26. bd5e5a5 We no longer accept @defs with the non-fragile ABI. by Daniel Dunbar · 15 years ago
  27. f365d5b temporarily downgrade to a warning. by Chris Lattner · 15 years ago
  28. 0468fb9 Patch to diagnose use of objc's @defs in nonfragile abi. by Fariborz Jahanian · 15 years ago
  29. 09f1419 Added over-release test case. by Ted Kremenek · 15 years ago
  30. ca79092 reject sizeof(itf) when itf is a forward declared interface, or when by Chris Lattner · 15 years ago
  31. b6c8c8b Explictly track tentative definitions within Sema, then hand those by Douglas Gregor · 15 years ago
  32. 69667a0 Fix test typo. by Daniel Dunbar · 15 years ago
  33. ff89666 Use an ASTRecordLayout to compute the sizeof an interface, not by Daniel Dunbar · 15 years ago
  34. a868a20 implement semantic analysis for @synchronized, fixing a crash on invalid by Chris Lattner · 15 years ago
  35. 46c3c4b add support for goto checking and @synchronized blocks, rdar://6810106 by Chris Lattner · 15 years ago
  36. 81045d8 Fix PR4027 + rdar://6808859, we were rejecting implicit casts of by Chris Lattner · 15 years ago
  37. f1c97eb use of predefined identifiers like __func__ at global scope warn in sema, by Chris Lattner · 15 years ago
  38. e7d6c3d Revert 69646, that was the precise inverse of what I wanted to commit. by Daniel Dunbar · 15 years ago
  39. 51a1d95 Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things by Daniel Dunbar · 15 years ago
  40. 75b163f Fixup codegen for write barriers for block variables. Radar 6786715 by Mike Stump · 15 years ago
  41. 97e2de1 fix the second half of PR4006 and rdar://6807000 by treating by Chris Lattner · 15 years ago
  42. cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 15 years ago
  43. 5994d31 Add test case to check line number in debug info. by Devang Patel · 15 years ago
  44. df9bcd5 clean up anonymous bitfield diagnostics, PR4017 by Chris Lattner · 15 years ago
  45. 53c9d8a Add pch reader/writer support for ObjCMethodDecl. by Steve Naroff · 15 years ago
  46. 23d58ce Some cleanup and bug-fixing for address-of checking. This causes a couple of by Eli Friedman · 15 years ago
  47. c7c6dc0 Set a bit in IMAGE_INFO to indicate that we don't contain any by Daniel Dunbar · 15 years ago
  48. 3eec8aa Don't emit ivar offsets for unnamed bit fields. by Daniel Dunbar · 15 years ago
  49. c62aad8 PR3247: Handle a couple of cases where we weren't emitting VLA sizes (and by Eli Friedman · 15 years ago
  50. 8f426fa PR3248: Make sure the evaluate the operand of a sizeof when it has a VLA type. by Eli Friedman · 15 years ago
  51. 5b912d9 Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo by Chris Lattner · 15 years ago
  52. 4d8aac3 Warn about uses of #pragma STDC FENV_ACCESS ON, since we don't by Chris Lattner · 15 years ago
  53. 78eb874 Conditional operator C++ checking complete. What issues remain are in more general code. by Sebastian Redl · 15 years ago
  54. 6c5cf4a diagnose invalid syntax of STDC pragmas. by Chris Lattner · 15 years ago
  55. 4fb71b0 Print an error for uses of __thread on targets which don't support it. by Eli Friedman · 15 years ago
  56. f545be5 reject invalid stuff in the STDC namespace. by Chris Lattner · 15 years ago
  57. 062f232 stub out STDC #pragmas. by Chris Lattner · 15 years ago
  58. 9bebfad Bring member pointer operands of the conditional operator to a common type. We're getting there ... by Sebastian Redl · 15 years ago
  59. af7cdf4 basic support for -Wunknown-pragmas, more coming. by Chris Lattner · 15 years ago
  60. 56ebe50 PR3853: Add CodeGen support for __thread. by Eli Friedman · 15 years ago
  61. 332ee08 move token paste poisoning diagnostics to after the instantiation loc by Chris Lattner · 15 years ago
  62. f22f77f Tests for __thread specifier. by Eli Friedman · 15 years ago
  63. 6efcef5 pick a smaller header, one that we control to test this. by Chris Lattner · 15 years ago
  64. 7b6dbc6 rename test for consistency with other pragma test. by Chris Lattner · 15 years ago
  65. bf60445 merge pragma poison tests into one file with -verify mode. by Chris Lattner · 15 years ago
  66. db56df6 merge two tests by Chris Lattner · 15 years ago
  67. d1bd7fc Another piece of the conditional operator puzzle. We'll want to use FindCompositePointerType in some other places, too. by Sebastian Redl · 15 years ago
  68. b5e9cb4 convert to -verify mode. by Chris Lattner · 15 years ago
  69. 8fde597 Fix PR4006, incorrect handling of __VA_ARGS__ when it was the first token by Chris Lattner · 15 years ago
  70. f5db8f8 fix rdar://6804322 by wiring up -fdollars-in-identifiers by Chris Lattner · 15 years ago
  71. c39c3d4 convert to -verify mode. by Chris Lattner · 15 years ago
  72. b7b58b1 Fix rdar://6804402 - crash on objc implementations declared with by Chris Lattner · 15 years ago
  73. 17a7830 run the jump checker on blocks, even though they don't have gotos, by Chris Lattner · 15 years ago
  74. 38c5ebd add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid by Chris Lattner · 15 years ago
  75. 4f9c06a test that vlas are checked in an objc method context. by Chris Lattner · 15 years ago
  76. 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
  77. 3037a82 more testcases of variably modified types. by Chris Lattner · 15 years ago
  78. 48fa064 Fix bug in computation of ivar offsets for (adjacent) bitfields. by Daniel Dunbar · 15 years ago
  79. b5cf1ea second half of indirect jump checking: make sure that any by Chris Lattner · 15 years ago
  80. 04ea2b6 First half of jump scope checking for indirect goto. by Chris Lattner · 15 years ago
  81. c78476b add some testcases that we do not correctly handle. by Chris Lattner · 15 years ago
  82. 2b7b2ca reimplement DeclStmt handling so that we correctly handle intermixed by Chris Lattner · 15 years ago
  83. 5b40e0c rearrange. by Chris Lattner · 15 years ago
  84. 35562d1 add testcases for some more scary/horrible things that work. by Chris Lattner · 15 years ago
  85. 5223af8 the scope checker does work with objc methods, add testcase. by Chris Lattner · 15 years ago
  86. dabbad0 I didn't understand how @catches were chained. Now that I get it, fix by Chris Lattner · 15 years ago
  87. dff070f Fix PR3917: the location of a #line directive is the location of the first _. by Chris Lattner · 15 years ago
  88. 07e775d reject invalid jumps among pieces of @try blocks. This seems to work by Chris Lattner · 15 years ago
  89. b565937 unconditionally check for goto correctness. This is because switch by Chris Lattner · 15 years ago
  90. 80583dd Test case would allow clang to fail. by Daniel Dunbar · 15 years ago
  91. ede6e47 merge two tests. by Chris Lattner · 15 years ago
  92. bcfce66 abstract the SwitchStack for blocks just like we do the goto labels. by Chris Lattner · 15 years ago
  93. a9768b7 Improve switch diagnostic to emit the "jump" message on the by Chris Lattner · 15 years ago
  94. 366920a first step to getting switches giving "jump into vla scope" errors. by Chris Lattner · 15 years ago
  95. 5718a35 add some block goto test cases. by Chris Lattner · 15 years ago
  96. b3dcc74 make sure to verify that the "non pch" runs worked. by Chris Lattner · 15 years ago
  97. 5ce71c9 improve wording of scope violation error messages. by Chris Lattner · 15 years ago
  98. 6a22a9f rename test by Chris Lattner · 15 years ago
  99. dc8c90d more fun with line markers: the digit string is required to be interpreted by Chris Lattner · 15 years ago
  100. 5aacb0e Fix test to output LLVM to a temporary file, which we grep as part of the test by Douglas Gregor · 15 years ago