1. a3460ac Continuation of PR3687: fix more places to use the right type for booleans. by Eli Friedman · 15 years ago
  2. 2561542 Attempt to fix PR3709: when converting from an integer to a pointer, by Eli Friedman · 15 years ago
  3. 1f7de66 This test now passes using RegionStore. by Ted Kremenek · 15 years ago
  4. d198aba Change a warning to an error... by Steve Naroff · 15 years ago
  5. 268bc8c Implement an important missing warning when a selector by Fariborz Jahanian · 15 years ago
  6. f4c00ff Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. by Steve Naroff · 15 years ago
  7. 9d40ee5 Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @catch statements. by Steve Naroff · 15 years ago
  8. f50cb36 Fix <rdar://problem/6632061> [sema] non object types should not be allowed in @catch statements. by Steve Naroff · 15 years ago
  9. ed1d29d Fixed an ir-gen bug in syntheszing a getter function by Fariborz Jahanian · 15 years ago
  10. 184671b Remove old/incorrect warnings. by Steve Naroff · 15 years ago
  11. 15edf0d Fix <rdar://problem/6497242> Inherited overridden protocol declared objects don't work. by Steve Naroff · 15 years ago
  12. ca33129 Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @implementation. by Steve Naroff · 15 years ago
  13. 7339749 PR3691: Add support for complex modes. I also tossed in support for XF by Eli Friedman · 15 years ago
  14. 57a84fb Fix for PR3687: use the memory representation for booleans when a by Eli Friedman · 15 years ago
  15. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 15 years ago
  16. 935fd76 Check of ivar access access control. by Fariborz Jahanian · 15 years ago
  17. c97fb9a Fix <rdar://problem/6635908> crash on invalid by Steve Naroff · 15 years ago
  18. e184b1e Add test case for pointer arithmetic. by Zhongxing Xu · 15 years ago
  19. 592b67b fix PR# by Chris Lattner · 15 years ago
  20. 077c1e7 Diagnose a variety of access of ivars when they conflict with by Fariborz Jahanian · 15 years ago
  21. 7b5b5b4 fix PR2639 by Chris Lattner · 15 years ago
  22. b7f95f5 Check for duplicate declaration of method of a class in its extension. by Fariborz Jahanian · 15 years ago
  23. c0489fe Attempt to make test more robust (fails for users who put LLVM in by Daniel Dunbar · 15 years ago
  24. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago
  25. 31937a5 Push checking down, also, give the user a hit as to which part of the by Mike Stump · 15 years ago
  26. 6393519 Rework the way we find locally-scoped external declarations when we by Douglas Gregor · 15 years ago
  27. 8e2945a Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. by Steve Naroff · 15 years ago
  28. ed8a93d Fix PR3509 by providing correct starting locations for initializer lists by Douglas Gregor · 15 years ago
  29. 91b0b0c Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). by Steve Naroff · 15 years ago
  30. 12a7634 testcase for mike's fix for PR3612 by Chris Lattner · 15 years ago
  31. ce2b4cc This test requires blocks. by Daniel Dunbar · 15 years ago
  32. 0df8c92 Emit errors about unsupported blocks features. by Anders Carlsson · 15 years ago
  33. 4de9fce Do some blocks cleanup and simplification. Fix a crash, and add a test case. by Anders Carlsson · 15 years ago
  34. 6f877cd adjust to changes in the mainline llvm .ll printer. by Chris Lattner · 15 years ago
  35. cddc888 "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClassMethods and Sema::ImplCategoryMethodsVsIntfMethods methods. by Chris Lattner · 15 years ago
  36. 1a7acfa Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable will have the right type by the time the initializer is checked. This ensures that code like by Anders Carlsson · 15 years ago
  37. 7ce7792 Obscure code gen bug related to sending by Fariborz Jahanian · 15 years ago
  38. f306f86 Fix a crash in test/Parser/control-scope.c that testrunner didn't by Chris Lattner · 15 years ago
  39. ca4fc2c after going around in circles a few times, finally cave and emit structure by Chris Lattner · 15 years ago
  40. f3cf897 Fix <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 15 years ago
  41. 709fa15 Check a few more kinds of declarations that make a scope. by Eli Friedman · 15 years ago
  42. 8f17b66 Start of checking for gotos which jump to an illegal destination. by Eli Friedman · 15 years ago
  43. 722c717 Fix obvious shortcoming in the implementations of Evaluate for by Eli Friedman · 15 years ago
  44. 724651c Template instantiation for function types by Douglas Gregor · 15 years ago
  45. cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 15 years ago
  46. 9bc77b2 Diagnose gc attribute mismatch of property and its ivar. by Fariborz Jahanian · 15 years ago
  47. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 15 years ago
  48. 35d276f upgrade various 'implicit int' warnings from an ext-warn to warning when not by Chris Lattner · 15 years ago
  49. 3d692df When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' by Ted Kremenek · 15 years ago
  50. 51a75d0 change a diagnostic message from something pedantically correct but by Chris Lattner · 15 years ago
  51. 7fa649f Oops, Ted beat me to it. I'll just play angry god and remove his version! by Daniel Dunbar · 15 years ago
  52. c8d8fa9 Add coverage of "member of anonymous union redeclares ..." diagnostic. by Daniel Dunbar · 15 years ago
  53. beba7f4 Add test case for PR 3675. by Ted Kremenek · 15 years ago
  54. 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 15 years ago
  55. f04ec67 Some additional ICE tests. by Eli Friedman · 15 years ago
  56. 3cc7292 rename test by Chris Lattner · 15 years ago
  57. 19753cf ok, not as broken as I thought, just confusing. This allows by Chris Lattner · 15 years ago
  58. fb41ca8 Do not issue bogus error on __weak/__strong ivar access. by Fariborz Jahanian · 15 years ago
  59. dbb1ecc fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 15 years ago
  60. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 15 years ago
  61. 22dc0b0 Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a defaul setter attribute. by Steve Naroff · 15 years ago
  62. 4b87142 Add end of line at end. by Mike Stump · 15 years ago
  63. 1f484f4 Fix <rdar://problem/6614945> method not found. by Steve Naroff · 15 years ago
  64. 730f909 Add test for enum types by Anders Carlsson · 15 years ago
  65. f1afaf6 Fix http://llvm.org/bugs/show_bug.cgi?id=3544. by Steve Naroff · 15 years ago
  66. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 15 years ago
  67. b558422 Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search in inherited protocols. by Steve Naroff · 15 years ago
  68. bc592e6 Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for by Eli Friedman · 15 years ago
  69. 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 15 years ago
  70. 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 15 years ago
  71. 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 15 years ago
  72. 48af2a9 Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle by Ted Kremenek · 15 years ago
  73. 6bc9f7e Improve location information on "reused" class template specialization by Douglas Gregor · 15 years ago
  74. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 15 years ago
  75. 0334a4e Temporarily disable clearing of insert point (to indicate unreachable by Daniel Dunbar · 15 years ago
  76. e5731f8 Allow constant initializers to reference their defining decl. - PR3662. by Daniel Dunbar · 15 years ago
  77. ac1afdc Include the appropriate header for malloc by Douglas Gregor · 15 years ago
  78. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 15 years ago
  79. b90052a Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656. by Anders Carlsson · 15 years ago
  80. 2224f84 C99 DR #316 implies that the function parameter types that are known by Douglas Gregor · 15 years ago
  81. 5ec41c2 Remove a FIXME; I was mistaken in believing gcc rejected this. by Daniel Dunbar · 15 years ago
  82. 79e079d handle @encode interactions with array initializers. by Chris Lattner · 15 years ago
  83. dd8e006 move some initialization checking code from SemaDecl.cpp by Chris Lattner · 15 years ago
  84. eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 15 years ago
  85. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 15 years ago
  86. 8f30105 Extend the implicit declaration and checking against out-of-scope by Douglas Gregor · 15 years ago
  87. d01b669 Fix IRgen of constant expressions referring to external/static by Daniel Dunbar · 15 years ago
  88. f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 15 years ago
  89. 25d944a In C, when we see a function declaration within a local scope, export by Douglas Gregor · 15 years ago
  90. 265a305 Fix <rdar://problem/6611677>: Add basic transfer function support in the static by Ted Kremenek · 15 years ago
  91. 1c56667 Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope. by Daniel Dunbar · 15 years ago
  92. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago
  93. 1829a6d fix rdar://6611778, a redefinition of an interface was causing an by Chris Lattner · 15 years ago
  94. 4262a07 - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 15 years ago
  95. d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 15 years ago
  96. 91110ee A few small improvements to Evaluate for stuff I noted in FIXMEs. by Eli Friedman · 15 years ago
  97. 89e202d retain/release checker: For now don't track the retain count of NSWindow objects (opt for false negatives). by Ted Kremenek · 15 years ago
  98. f0dff4c More retain/release naming convention tests. by Ted Kremenek · 15 years ago
  99. d3d4f57 Add test case for PR 2599. by Ted Kremenek · 15 years ago
  100. 0de21fd Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). by Steve Naroff · 15 years ago