1. 7ce7792 Obscure code gen bug related to sending by Fariborz Jahanian · 16 years ago
  2. f306f86 Fix a crash in test/Parser/control-scope.c that testrunner didn't by Chris Lattner · 16 years ago
  3. 56627e6 remove static ctor. by Chris Lattner · 16 years ago
  4. 161d36d improve compatibility with the VC++'08 C++ compiler. Patch by Niklas Larsson! by Chris Lattner · 16 years ago
  5. ab775f6 fix inverted conditional, rdar://6633188 by Chris Lattner · 16 years ago
  6. 3aa1861 "This patch addresses two FIXME on ObjCCategoryImplDecl: by Chris Lattner · 16 years ago
  7. 83c9629 brain thinking memcpy, fingers thinking memset :) by Chris Lattner · 16 years ago
  8. ca4fc2c after going around in circles a few times, finally cave and emit structure by Chris Lattner · 16 years ago
  9. 066d2ea TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). by Anders Carlsson · 16 years ago
  10. ebf6443 Minor name change (move the ObjC prefix to a more appropriate place). by Steve Naroff · 16 years ago
  11. f3cf897 Fix <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 16 years ago
  12. a99038c First cut CodeGen support for __block variables. by Mike Stump · 16 years ago
  13. 709fa15 Check a few more kinds of declarations that make a scope. by Eli Friedman · 16 years ago
  14. 8f17b66 Start of checking for gotos which jump to an illegal destination. by Eli Friedman · 16 years ago
  15. 722c717 Fix obvious shortcoming in the implementations of Evaluate for by Eli Friedman · 16 years ago
  16. c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  17. aca13a7 Add a FIXME for something I can't look at just yet by Douglas Gregor · 16 years ago
  18. 724651c Template instantiation for function types by Douglas Gregor · 16 years ago
  19. 5a1edf6 Alignment of pointers in __objc_classlist must be on their by Fariborz Jahanian · 16 years ago
  20. cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 16 years ago
  21. 00524e3 Fix enumeration in switch warnings. No behavior change. by Eli Friedman · 16 years ago
  22. 5a61f0e Fix enumeration in switch warnings, plus misc comment changes. No by Eli Friedman · 16 years ago
  23. c136e6c Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and by Mike Stump · 16 years ago
  24. 9bc77b2 Diagnose gc attribute mismatch of property and its ivar. by Fariborz Jahanian · 16 years ago
  25. 173144a Give a code insertion hint for how to fix 'implicit int' warnings and errors. by Chris Lattner · 16 years ago
  26. 8c633a0 Fix a typo by Douglas Gregor · 16 years ago
  27. 9b5e505 When retrieving the location of a Node, for MemberExprs use the location of the by Ted Kremenek · 16 years ago
  28. a97b666 In BuildAnonymousStructUnionMemberReference, we shouldn't invalidate OpLoc when by Ted Kremenek · 16 years ago
  29. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 16 years ago
  30. 35d276f upgrade various 'implicit int' warnings from an ext-warn to warning when not by Chris Lattner · 16 years ago
  31. e64c549 cleanup by Chris Lattner · 16 years ago
  32. 2a327d1 cleanup by Chris Lattner · 16 years ago
  33. 5e30100 Silence warnings. by Mike Stump · 16 years ago
  34. 3d692df When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' by Ted Kremenek · 16 years ago
  35. b2fb6de Clean up and document code modification hints. by Douglas Gregor · 16 years ago
  36. 51a75d0 change a diagnostic message from something pedantically correct but by Chris Lattner · 16 years ago
  37. 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 16 years ago
  38. fd6f085 Change the way clang generates union types a bit so it plays well by Eli Friedman · 16 years ago
  39. 664a104 Some minor improvements to Evaluate. by Eli Friedman · 16 years ago
  40. 3b8a36a Fix minor memory leak. Add comment describing what we need to do for by Eli Friedman · 16 years ago
  41. 0de40af Minor cleanup: use getDeclAlignInBytes helper. by Eli Friedman · 16 years ago
  42. 60ce963 Make isICE assert when Evaluate can't evaluate an ICE, as suggested by by Eli Friedman · 16 years ago
  43. befbcf4 The middle operand in ?: is optional, really. by Mike Stump · 16 years ago
  44. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  45. 3a25032 make ASTContext::WCharTy a bit more sensical. In C++, it is a disctint type, by Chris Lattner · 16 years ago
  46. 220b636 fix a bozobug. by Chris Lattner · 16 years ago
  47. 19753cf ok, not as broken as I thought, just confusing. This allows by Chris Lattner · 16 years ago
  48. 8879e3b allow wide strings to initialize arrays compatible with wchar_t. by Chris Lattner · 16 years ago
  49. fb41ca8 Do not issue bogus error on __weak/__strong ivar access. by Fariborz Jahanian · 16 years ago
  50. dbb1ecc fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 16 years ago
  51. 21228b7 Couple of meta-data segments were wrong. This patch fixes them. by Fariborz Jahanian · 16 years ago
  52. fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 16 years ago
  53. 8af2975 PathDiagnosticPiece now automatically strips off trailing periods in diagnostic messages. by Ted Kremenek · 16 years ago
  54. 9ca36b6 Add support to emit debug info for objective-c interfaces. by Devang Patel · 16 years ago
  55. e198116 Refine some grammar in the retain/release diagnostics. by Ted Kremenek · 16 years ago
  56. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  57. 8958891 Add Type::hasPointerRepresentation predicate. by Daniel Dunbar · 16 years ago
  58. 3daea0a Use Loc::IsLocType() instead of isPointerType() and isReferenceType(). by Ted Kremenek · 16 years ago
  59. 68694ad Remove PointerLikeType. by Daniel Dunbar · 16 years ago
  60. 6aeae7f Change PointersToResolve to list the pointee type to resolve, not the by Daniel Dunbar · 16 years ago
  61. bb71001 Drop uses of getAsPointerLikeType. - No functionality change. by Daniel Dunbar · 16 years ago
  62. 22dc0b0 Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a defaul setter attribute. by Steve Naroff · 16 years ago
  63. 24a9f6e Drop uses of isPointerLikeType. - No functionality change. by Daniel Dunbar · 16 years ago
  64. fab98c4 Fix an inconsistance in objc2's meta-data related to by Fariborz Jahanian · 16 years ago
  65. 1f484f4 Fix <rdar://problem/6614945> method not found. by Steve Naroff · 16 years ago
  66. 708762b Classify enum types correctly by Anders Carlsson · 16 years ago
  67. f1afaf6 Fix http://llvm.org/bugs/show_bug.cgi?id=3544. by Steve Naroff · 16 years ago
  68. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 16 years ago
  69. b558422 Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search in inherited protocols. by Steve Naroff · 16 years ago
  70. 33ef145 Remove short-circuit evaluation and the extension warnings. I'm by Eli Friedman · 16 years ago
  71. e28d719 Rewrite of isIntegerConstantExpr to be centered around Evaluate. This by Eli Friedman · 16 years ago
  72. 54cc43f Fixup spacing. by Mike Stump · 16 years ago
  73. 9a8c2e9 x86_64 ABI: Qualified id types are passed as pointers. by Daniel Dunbar · 16 years ago
  74. 2129828 Zap the Sema constant initializer checking code that we aren't using by Eli Friedman · 16 years ago
  75. bc592e6 Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for by Eli Friedman · 16 years ago
  76. 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 16 years ago
  77. 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 16 years ago
  78. 8a2b4b1 CodeGen support for copied BlockDeclRefExprs. by Mike Stump · 16 years ago
  79. b293902 Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the same statement. by Ted Kremenek · 16 years ago
  80. 3579073 Fix recently introduced switch case fallthrough bug. by Ted Kremenek · 16 years ago
  81. 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 16 years ago
  82. 48af2a9 Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle by Ted Kremenek · 16 years ago
  83. 6bc9f7e Improve location information on "reused" class template specialization by Douglas Gregor · 16 years ago
  84. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 16 years ago
  85. 0334a4e Temporarily disable clearing of insert point (to indicate unreachable by Daniel Dunbar · 16 years ago
  86. e5731f8 Allow constant initializers to reference their defining decl. - PR3662. by Daniel Dunbar · 16 years ago
  87. a985b31 Fold GeneraticStaticBlockVarDecl into callers. - No functionality change. by Daniel Dunbar · 16 years ago
  88. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  89. 0096acf Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating the by Daniel Dunbar · 16 years ago
  90. 01e4b5c add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach! by Chris Lattner · 16 years ago
  91. b90052a Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656. by Anders Carlsson · 16 years ago
  92. 2224f84 C99 DR #316 implies that the function parameter types that are known by Douglas Gregor · 16 years ago
  93. d8f4f43 Minor cleanup for IntToBlockPointer so it applies to all callers of by Eli Friedman · 16 years ago
  94. 6c4becb retain/release checker: Implement basic tracking of autorelease stack. Next thing is to wire up pools with their contents. by Ted Kremenek · 16 years ago
  95. 65e99f2 Fix comments. by Devang Patel · 16 years ago
  96. 1d6a451 Enable debug info emission for objc methods. by Devang Patel · 16 years ago
  97. 84d0133 Minor refactoring. by Fariborz Jahanian · 16 years ago
  98. 66a5c2c patch for two things. by Fariborz Jahanian · 16 years ago
  99. 6431a26 Fix broken logic from my last commit. Branches only occur at basic blocks that end with terminators. by Ted Kremenek · 16 years ago
  100. 4094b34 Fix diagnostic regression where the leak diagnostic could appear earlier in the path than the branches taken. by Ted Kremenek · 16 years ago