1. 146a458 Fix test. by Fariborz Jahanian · 16 years ago
  2. 3b8a652 Fixed an ir-gen bug related to strong-cast generation of by Fariborz Jahanian · 16 years ago
  3. e3c75e0 Fix spelling error, and add target triplet to header. by Mike Stump · 16 years ago
  4. 039df91 When testing with VERBOSE=0, report results in the ISO format. We by Mike Stump · 16 years ago
  5. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  6. 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 16 years ago
  7. e6fbdf5 Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegion::getLValueType() was not implemented). by Ted Kremenek · 16 years ago
  8. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago
  9. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  10. e8cba00 Add comments to test case. by Zhongxing Xu · 16 years ago
  11. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
  12. 021c3b3 Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. by Douglas Gregor · 16 years ago
  13. e06a75f x86_32 ABI: Don't try and expand structures with bitfields. by Daniel Dunbar · 16 years ago
  14. 335c680 Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties. by Steve Naroff · 16 years ago
  15. 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
  16. 344d4c8 Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would by Ted Kremenek · 16 years ago
  17. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  18. f178728 Fix <rdar://problem/6655054> clang issues bogus error on property usage in a dot-syntax. by Steve Naroff · 16 years ago
  19. 1ca6694 Fix <rdar://problem/6578665> user declared setter method should be used when using property syntx. by Steve Naroff · 16 years ago
  20. 3c4b379 This test case checks if we get the right rvalue type of a TypedViewRegion. by Zhongxing Xu · 16 years ago
  21. 2b1dc17 Fix crash when LHS of pointer arithmetic is not ElementRegion. by Zhongxing Xu · 16 years ago
  22. 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 16 years ago
  23. fa6228d Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not by Ted Kremenek · 16 years ago
  24. 7de20fe SimpleConstraintManager doesn't reason about bitwise-constraints on symbolic by Ted Kremenek · 16 years ago
  25. 8575927 fix PR3258 by rejecting invalid numeric operands. by Chris Lattner · 16 years ago
  26. eab8cfb checking for symbolic operands as well as % at end of string. by Chris Lattner · 16 years ago
  27. 3182db1 reject invalid escape characters in extended-asm strings with a nice diagnostic. by Chris Lattner · 16 years ago
  28. 275a369 Add type checking for tentative definitions at the end of the translation unit. by Douglas Gregor · 16 years ago
  29. a03aca8 Partial fix for PR3310, concerning type-checking for tentative by Douglas Gregor · 16 years ago
  30. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 16 years ago
  31. 27b152f If we run into multiple errors within the same template instantiation, by Douglas Gregor · 16 years ago
  32. 9813753 Add pretty-printing for class template specializations, e.g., by Douglas Gregor · 16 years ago
  33. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  34. 3523d4f ir-gen support for class getter/setter call using property dot-syntax. by Fariborz Jahanian · 16 years ago
  35. 4843e58 Address Doug's comments wrt the mangler and fix Eli's test case by Anders Carlsson · 16 years ago
  36. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 16 years ago
  37. 02af974 reduce duplication of parsing code between %0 and %x0 and by Chris Lattner · 16 years ago
  38. 10ca96a move matching of named operands into AsmStmt class. At the same by Chris Lattner · 16 years ago
  39. 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 16 years ago
  40. 1a873ae Add a test case that goes with the last commit by Douglas Gregor · 16 years ago
  41. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 16 years ago
  42. 25d01ba retain/release checker: Allow allocations to fail by returning nil. by Ted Kremenek · 16 years ago
  43. cd57fce Add test case for <rdar://problem/6659160>. by Ted Kremenek · 16 years ago
  44. 58a2912 NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). by Daniel Dunbar · 16 years ago
  45. 0c73f37 Fix PR3766, a really nasty silent miscompilation case where we emitted by Chris Lattner · 16 years ago
  46. 61f72cb Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( by Steve Naroff · 16 years ago
  47. 688a248 fix PR3764 - A redefinition of a pre-processor macro fails by Chris Lattner · 16 years ago
  48. c3c489e convert this to use -verify. by Chris Lattner · 16 years ago
  49. 5a7a848 rename test by Chris Lattner · 16 years ago
  50. 3e87209 do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase. by Chris Lattner · 16 years ago
  51. 9d4857d this test isn't testing anything. by Chris Lattner · 16 years ago
  52. 466a7f8 undefined -> unspecified. Thanks Mike. by Chris Lattner · 16 years ago
  53. 55660a7 implement PR3753, warning about comparisons with a string literal. by Chris Lattner · 16 years ago
  54. 5609ec0 Improvements to private method lookup. by Steve Naroff · 16 years ago
  55. 2bc69bd add \n characters to the scratch buffer *before* returned tokens. by Chris Lattner · 16 years ago
  56. 399bd1b refine the "use of unary operator that may be intended as compound assignment (+=)" by Chris Lattner · 16 years ago
  57. 8a9e420 add rdar# by Chris Lattner · 16 years ago
  58. b1d947b Make mangling work with anonymous tag types. Doug, please review by Anders Carlsson · 16 years ago
  59. 65f91bc fix test by Chris Lattner · 16 years ago
  60. a40c5e4 Mangle Objective-C interfaces correctly (where correctly refers to what gcc does) by Anders Carlsson · 16 years ago
  61. a210f35 Make constant emission for @encode use the common string emission code. by Eli Friedman · 16 years ago
  62. 11894a4 correct bitfield ivar offset in ivar meta-data. (objc abi specific). by Fariborz Jahanian · 16 years ago
  63. 2a7075d Fix to account for default support for blocks. Once we have enough by Mike Stump · 16 years ago
  64. 1edf6b6 codegen support for dispose helpers for block literals. by Mike Stump · 16 years ago
  65. 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 16 years ago
  66. 177f708 Tweak warning text from the last commit by Douglas Gregor · 16 years ago
  67. e4f3e06 Downgrade complaints about the use of variable-sized types within a by Douglas Gregor · 16 years ago
  68. e950d4b Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 by Douglas Gregor · 16 years ago
  69. a71c129 Use the 'declaration does not declare anything' error when we see an anonymous struct/union declaration outside of a struct or union in C by Douglas Gregor · 16 years ago
  70. a6e2779 Fixed a bug where generation of read-barriers caused crash in ir-gen. by Fariborz Jahanian · 16 years ago
  71. c837656 Implement GNU C semantics for K&R function definitions that follow a by Douglas Gregor · 16 years ago
  72. 79cd116 Handle #pragma pack(0). I left this out of diagnostic because users should by Daniel Dunbar · 16 years ago
  73. 9fa14a5 Improve recovery from ill-formed scope specifiers. Fixes PR3670. by Douglas Gregor · 16 years ago
  74. 80711a2 Implement the GNU semantics for forward declarations of enum types in by Douglas Gregor · 16 years ago
  75. 100f402 x86_64 ABI: Handle long double in union when upper eightbyte results by Daniel Dunbar · 16 years ago
  76. 5e27314 IRgen support for weak_import. by Daniel Dunbar · 16 years ago
  77. 6e775db Add Parse/Sema support for weak_import attribute. by Daniel Dunbar · 16 years ago
  78. 80bd206 Testcase for last fix. by Mike Stump · 16 years ago
  79. 1851b68 Finish off __Block_byref_id_object_dispose codegen for block literals. by Mike Stump · 16 years ago
  80. b627c8d #import is not considered an extension for ObjC. by Chris Lattner · 16 years ago
  81. 45031c0 More codegen support for the copy/dispose helpers for block literals. by Mike Stump · 16 years ago
  82. a4f668f Framework for codegen for copy/dispose helpers. by Mike Stump · 16 years ago
  83. 8b963ef refactor C++ bitfield checking a bit (haha) by Chris Lattner · 16 years ago
  84. fe34557 Don't mangle names of local variables. by Daniel Dunbar · 16 years ago
  85. 5c42f9b Fix another GRExprEngine::VisitCast regression: handle casts of void* to function pointers. by Ted Kremenek · 16 years ago
  86. 2479366 fix PR3607 and a fixme, by checking bitfield constraints more consistently. by Chris Lattner · 16 years ago
  87. c530291 Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function pointers with TypedViewRegions. by Ted Kremenek · 16 years ago
  88. dd53eb5 Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported. by Steve Naroff · 16 years ago
  89. 9f45d28 Update test case: objects stored to self.ivar are not tracked. by Ted Kremenek · 16 years ago
  90. f684d56 Retrofit some basic tracking of ivars (for the current object) into BasicStore. by Ted Kremenek · 16 years ago
  91. fbffca6 Tweak diag for <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 · 16 years ago
  92. 61d6852 Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol declarations. by Steve Naroff · 16 years ago
  93. 00470a1 prep work for copy/destroy helpers for block literals. by Mike Stump · 16 years ago
  94. f27893a Test case: When using RegionStore with the retain/release checker, stop tracking objects assigned to self's ivar. by Ted Kremenek · 16 years ago
  95. aad45e0 Add test case for RegionStore's tracking of the ivars of 'self'. by Ted Kremenek · 16 years ago
  96. 2136b2e Make IRGen compatible with declaring a function with incomplete by Eli Friedman · 16 years ago
  97. b3b6b9b Initial implementation of CodeGen for incomplete function types; fixes by Eli Friedman · 16 years ago
  98. efcfcc0 GRExprEngine: Polish up handling of casting integer constants to pointers and back. by Ted Kremenek · 16 years ago
  99. 797b632 Add codegen support for __block variables to call _Block_object_dispose as necessary. by Mike Stump · 16 years ago
  100. 3aa7ecd For now, do not track NSWindow objects and it's subclasses. by Ted Kremenek · 16 years ago