1. 7d6220c improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  2. b50441b Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder. by Steve Naroff · 16 years ago
  3. 67502db Diagnose a variety of access of ivars when they conflict with by Fariborz Jahanian · 16 years ago
  4. 8beef05 Plist diagnostics now include PathDiagnostPiece::Kind. by Ted Kremenek · 16 years ago
  5. f07c457 Update HTML diagnostics to honor the different between 'event' and 'control-flow' diagnostics. by Ted Kremenek · 16 years ago
  6. 8f48f71 BugReporter: Construct path-related PathDiagnosticPieces with kind "ControlFlow". by Ted Kremenek · 16 years ago
  7. 9ccffa7 fix PR2639 by Chris Lattner · 16 years ago
  8. 63c4da9 Stub out some structure for C++ driver. by Daniel Dunbar · 16 years ago
  9. 8e379f2 inline asm calls should be nounwind. Chris, please review. by Anders Carlsson · 16 years ago
  10. 202ca65 Fix name. by Daniel Dunbar · 16 years ago
  11. 4edc2b5 For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 16 years ago
  12. 6b104ed For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 16 years ago
  13. 38a1acc Fixed a typo. by Fariborz Jahanian · 16 years ago
  14. ffb6882 Check for duplicate declaration of method of a class in its extension. by Fariborz Jahanian · 16 years ago
  15. 5a1ff3b Enable Objective-C interface debug info. by Devang Patel · 16 years ago
  16. 2630571 Fix cmake builds. by Mike Stump · 16 years ago
  17. f5c3b1f remove an implemented fixme. by Zhongxing Xu · 16 years ago
  18. 7ab4b4c Initial support for pointer arithmetic. Only support concrete indexes and by Zhongxing Xu · 16 years ago
  19. 56941d3 Avoid crash when child iterator gives null result. by Daniel Dunbar · 16 years ago
  20. 68952de Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago
  21. c0318b2 First cut at zero-cost EH support. by Daniel Dunbar · 16 years ago
  22. ea8f4a2 Make sure to invoke (not call) to objc_exception_throw if necessary. by Daniel Dunbar · 16 years ago
  23. 66b4751 Fix completely broken thinko in GetClassGlobal. by Daniel Dunbar · 16 years ago
  24. a47bb8e Don't set nounwind on functions when in using the new Obj-C ABI. by Daniel Dunbar · 16 years ago
  25. 90e4345 Cleanup handling of function attributes in calls. by Daniel Dunbar · 16 years ago
  26. eca2c19 Push checking down, also, give the user a hit as to which part of the by Mike Stump · 16 years ago
  27. e6b5d1d Rework the way we find locally-scoped external declarations when we by Douglas Gregor · 16 years ago
  28. 63810c6 Add BLOCK_HAS_DESCRIPTOR to global blocks. by Anders Carlsson · 16 years ago
  29. a7db9be Be sure to mark blocks with no imports as being global. by Mike Stump · 16 years ago
  30. 72cdb96 simplify some code. by Chris Lattner · 16 years ago
  31. aa3ee07 Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. by Steve Naroff · 16 years ago
  32. ea765e1 Fix PR3509 by providing correct starting locations for initializer lists by Douglas Gregor · 16 years ago
  33. 98e71b8 Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). by Steve Naroff · 16 years ago
  34. 6a9b535 Rename AnonTypedRegion to TypedViewRegion. by Ted Kremenek · 16 years ago
  35. 9ed573e Adjust wording of bug names. by Ted Kremenek · 16 years ago
  36. 58e39bb Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed. by Daniel Dunbar · 16 years ago
  37. 9c285e7 Obj-C non fragile ABI: Add GetInterfaceEHType for getting the Obj-C by Daniel Dunbar · 16 years ago
  38. abbda22 NeXT: Unify code for creating a class global. - No functionality change. by Daniel Dunbar · 16 years ago
  39. d23d992 ObjCAtCatchStmt's ParamStmt is always a DeclStmt. by Daniel Dunbar · 16 years ago
  40. 1a4f79c Remove debugging code. by Anders Carlsson · 16 years ago
  41. a1363ff Emit errors about unsupported blocks features. by Anders Carlsson · 16 years ago
  42. 42f56fa Initialize NSConcreteStackBlock by Anders Carlsson · 16 years ago
  43. 6cf64be Do some blocks cleanup and simplification. Fix a crash, and add a test case. by Anders Carlsson · 16 years ago
  44. 7cc13bf "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClassMethods and Sema::ImplCategoryMethodsVsIntfMethods methods. by Chris Lattner · 16 years ago
  45. 585dcdb Whoops, actually remove the VLA/VM check in FinalizeDeclaratorGroup. by Anders Carlsson · 16 years ago
  46. fa31d3c 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 · 16 years ago
  47. 5cd3843 Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead. by Steve Naroff · 16 years ago
  48. 9a48d86 Revert 65707 (causes stack memory to be referenced after it is released). by Ted Kremenek · 16 years ago
  49. 17636fa Obscure code gen bug related to sending by Fariborz Jahanian · 16 years ago
  50. 23d42f2 Fix a crash in test/Parser/control-scope.c that testrunner didn't by Chris Lattner · 16 years ago
  51. d3261d1 remove static ctor. by Chris Lattner · 16 years ago
  52. 8130e7f improve compatibility with the VC++'08 C++ compiler. Patch by Niklas Larsson! by Chris Lattner · 16 years ago
  53. 00a2c8d fix inverted conditional, rdar://6633188 by Chris Lattner · 16 years ago
  54. 649b3da "This patch addresses two FIXME on ObjCCategoryImplDecl: by Chris Lattner · 16 years ago
  55. 1ec0251 brain thinking memcpy, fingers thinking memset :) by Chris Lattner · 16 years ago
  56. 1db26ed after going around in circles a few times, finally cave and emit structure by Chris Lattner · 16 years ago
  57. 36834a7 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
  58. 8df4602 Minor name change (move the ObjC prefix to a more appropriate place). by Steve Naroff · 16 years ago
  59. 313c416 Fix <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 16 years ago
  60. 2b6933f First cut CodeGen support for __block variables. by Mike Stump · 16 years ago
  61. ea91729 Check a few more kinds of declarations that make a scope. by Eli Friedman · 16 years ago
  62. 9c0e6f9 Start of checking for gotos which jump to an illegal destination. by Eli Friedman · 16 years ago
  63. c8ea931 Fix obvious shortcoming in the implementations of Evaluate for by Eli Friedman · 16 years ago
  64. 2e04759 Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  65. 2f680f2 Add a FIXME for something I can't look at just yet by Douglas Gregor · 16 years ago
  66. c0139ca Template instantiation for function types by Douglas Gregor · 16 years ago
  67. c5a0255 Alignment of pointers in __objc_classlist must be on their by Fariborz Jahanian · 16 years ago
  68. f57dcd0 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 16 years ago
  69. 673e91b Fix enumeration in switch warnings. No behavior change. by Eli Friedman · 16 years ago
  70. 94fcc9a Fix enumeration in switch warnings, plus misc comment changes. No by Eli Friedman · 16 years ago
  71. 96b7a15 Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and by Mike Stump · 16 years ago
  72. 50956e4 Diagnose gc attribute mismatch of property and its ivar. by Fariborz Jahanian · 16 years ago
  73. 7bde6a2 Give a code insertion hint for how to fix 'implicit int' warnings and errors. by Chris Lattner · 16 years ago
  74. f2793b0 Fix a typo by Douglas Gregor · 16 years ago
  75. 638a5c1 When retrieving the location of a Node, for MemberExprs use the location of the by Ted Kremenek · 16 years ago
  76. 3bdcdd8 In BuildAnonymousStructUnionMemberReference, we shouldn't invalidate OpLoc when by Ted Kremenek · 16 years ago
  77. 7429654 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 16 years ago
  78. bab9de8 upgrade various 'implicit int' warnings from an ext-warn to warning when not by Chris Lattner · 16 years ago
  79. 9e785f5 cleanup by Chris Lattner · 16 years ago
  80. 92eca3e cleanup by Chris Lattner · 16 years ago
  81. 44d1f40 Silence warnings. by Mike Stump · 16 years ago
  82. fec9c15 When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' by Ted Kremenek · 16 years ago
  83. 61be360 Clean up and document code modification hints. by Douglas Gregor · 16 years ago
  84. c6f830c change a diagnostic message from something pedantically correct but by Chris Lattner · 16 years ago
  85. 342d943 Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 16 years ago
  86. 8f1d405 Change the way clang generates union types a bit so it plays well by Eli Friedman · 16 years ago
  87. 25cb1b6 Some minor improvements to Evaluate. by Eli Friedman · 16 years ago
  88. a99d685 Fix minor memory leak. Add comment describing what we need to do for by Eli Friedman · 16 years ago
  89. 175b73f Minor cleanup: use getDeclAlignInBytes helper. by Eli Friedman · 16 years ago
  90. d65bbbc Make isICE assert when Evaluate can't evaluate an ICE, as suggested by by Eli Friedman · 16 years ago
  91. 399ad18 The middle operand in ?: is optional, really. by Mike Stump · 16 years ago
  92. 4fa5890 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  93. e1dafe7 make ASTContext::WCharTy a bit more sensical. In C++, it is a disctint type, by Chris Lattner · 16 years ago
  94. ff065f7 fix a bozobug. by Chris Lattner · 16 years ago
  95. b1fe047 ok, not as broken as I thought, just confusing. This allows by Chris Lattner · 16 years ago
  96. 7a7c145 allow wide strings to initialize arrays compatible with wchar_t. by Chris Lattner · 16 years ago
  97. f321228 Do not issue bogus error on __weak/__strong ivar access. by Fariborz Jahanian · 16 years ago
  98. 1403222 fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 16 years ago
  99. ba825d7 Couple of meta-data segments were wrong. This patch fixes them. by Fariborz Jahanian · 16 years ago
  100. 9c7825b Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 16 years ago