1. c6082fe Sema: Add initial support for '#pragma options align=mac68k'. by Daniel Dunbar · 14 years ago
  2. e03d992 Give this test a triple. by John McCall · 14 years ago
  3. c76702c When deciding whether a deferred declaration has already been emitted, by John McCall · 14 years ago
  4. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  5. 32f9010 Discard qualifiers for ElementRegions so that a 'const' doesn't change the lookup semantics by Ted Kremenek · 14 years ago
  6. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 14 years ago
  7. 2736071 Correctly pass aggregates by reference when emitting thunks. by John McCall · 14 years ago
  8. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  9. 4c464b9 Patch to fix a irgen crash accessing an initialized local static by Fariborz Jahanian · 14 years ago
  10. f0af777 Predefine the '__clang_analyzer__' macro when using '-analyze'. by Ted Kremenek · 14 years ago
  11. 2c0a540 Improve on flexible array diagnostics (PR7029). by Fariborz Jahanian · 14 years ago
  12. 4142ceb Fixes misc. flexible array bugs in c++ (PR7029). by Fariborz Jahanian · 14 years ago
  13. ff2e4f4 When transforming a C++ "new" expression's constructor arguments, drop by Douglas Gregor · 14 years ago
  14. b90f4b3 Tell the string literal parser when it's not permitted to emit by Douglas Gregor · 14 years ago
  15. 1b12a3b Be sure to use the standard substitutions when mangling the names of by Douglas Gregor · 14 years ago
  16. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 14 years ago
  17. 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 14 years ago
  18. 1f90622 Patch to rewrite block pointers as arguments to methods. (Radar 7987817). by Fariborz Jahanian · 14 years ago
  19. af7bea5 Make sure to strip off top-level cv-qualifiers as part of a by Douglas Gregor · 14 years ago
  20. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  21. ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 14 years ago
  22. 8b24233 If a function definition has any sort of weak linkage, its static local by John McCall · 14 years ago
  23. b9aefa7 IRgen/C++: When mark vtables used, make sure to still append to the VTableUse array if we promote a vtable from being just used to having its definition required. This ensures that we properly inform the consumer about whether the vtable is required or not, previously we could fail to do so when the vtable was in the VTableUses array before the decl which marked it as required. by Daniel Dunbar · 14 years ago
  24. 204ce17 Don't complain about VLAs of non-POD types when the array type is by Douglas Gregor · 14 years ago
  25. ceafbde A type- or value-dependent expression cannot use bitfield by Douglas Gregor · 14 years ago
  26. a5a7987 Fix a rewriting bug where a local static objective-c by Fariborz Jahanian · 14 years ago
  27. 73d1eb0 Fix an objective-c rewriter bug when pre-processed file's by Fariborz Jahanian · 14 years ago
  28. 836adf6 Make sure that we instantiate variably modified types, even if they by Douglas Gregor · 14 years ago
  29. 94a6157 Downgrade deletion of a void* from an error (which is should be) to an by Douglas Gregor · 14 years ago
  30. ae65f4b An identity conversion is better than any non-identity conversion. Fixes PR7095. by Douglas Gregor · 14 years ago
  31. 88623ad In C++, one cannot assign from an arithmetic type to an enumeration by Douglas Gregor · 14 years ago
  32. 89cf2e3 Add a comment for r104472. by Benjamin Kramer · 14 years ago
  33. 92b9bd9 PR5863: Don't erase unreachable BBs which have an associated cleanup size. by Benjamin Kramer · 14 years ago
  34. a481ec4 It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 14 years ago
  35. 9ba6af8 Complain about sizeof(overloaded function) rather than crashing. by Douglas Gregor · 14 years ago
  36. bfcdc40 When recording empty subobjects we should always look at the primary virtual base. by Anders Carlsson · 14 years ago
  37. db4da82 Put the VLA-is-an-extension warning into its own warning group (-Wvla) by Douglas Gregor · 14 years ago
  38. 715e9c8 Even though we don't unique VLA types, we still need to build a by Douglas Gregor · 14 years ago
  39. a40a9f3 Really fix PR7139. There was one boost test that we still failed, and my first fix broke self-host. by Anders Carlsson · 14 years ago
  40. 1884eb0 Re-land the fix for PR7139. by Anders Carlsson · 14 years ago
  41. fb2db46 Don't look for a destructor in a dependent type. Fixes PR7198. by Douglas Gregor · 14 years ago
  42. d900831 When determining whether we can use "this", make sure to look through by Douglas Gregor · 14 years ago
  43. 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago
  44. 2d6b0e9 Improve our handling of reference binding for subobjects of by Douglas Gregor · 14 years ago
  45. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago
  46. d5ab9b0 Improve recovery when we see a dependent template name that is missing by Douglas Gregor · 14 years ago
  47. 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 14 years ago
  48. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  49. 892fa6c Unbreak self-host. by Anders Carlsson · 14 years ago
  50. d775c66 Update retain-release checker to understand changes to how 'super' is represented by Ted Kremenek · 14 years ago
  51. db9b12e Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle setting null data member pointers correctly. Fixes PR7139. by Anders Carlsson · 14 years ago
  52. b212d9a When instantiating a function declaration within a function template, by Douglas Gregor · 14 years ago
  53. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  54. 3f64a0e Fix crash in CFG construction for 'break' statements appearing in statement expressions by Ted Kremenek · 14 years ago
  55. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  56. 663218b When generating the call arguments in a thunk to call the thunkee, do by Douglas Gregor · 14 years ago
  57. b4eae11 Changed test to use FileCheck. by Fariborz Jahanian · 14 years ago
  58. ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 14 years ago
  59. a9976d3 When emitting an lvalue for an anonymous struct or union member during by John McCall · 14 years ago
  60. 9901c57 When instantiating anonymous structs/unions within a function, make by Douglas Gregor · 14 years ago
  61. fe2d379 Fix a crasher in constructor-initializer reordering warnings (PR7179). by Douglas Gregor · 14 years ago
  62. 0ed5c5d Generate objc_memmove_collectable write-barrier for by Fariborz Jahanian · 14 years ago
  63. ac0f5e5 Don't warn about use of hex floats in c++ mode by default, by Chris Lattner · 14 years ago
  64. f1860e5 Be sure to apply initializers to members of anonymous structs and unions by John McCall · 14 years ago
  65. 4186ff4 Improve parser recovery when a switch condition is invalid; fixes by Douglas Gregor · 14 years ago
  66. 842ddd0 Adds support for generation of objc_memmove_collectable API by Fariborz Jahanian · 14 years ago
  67. d2235f6 Reinstate r104117, Chandler Carruth's change that "[provides] a naming by Douglas Gregor · 14 years ago
  68. 27b7aa0 More Objective-C++ GC tests. by Fariborz Jahanian · 14 years ago
  69. 60dcb84 Rework our handling of binding a reference to a temporary by Douglas Gregor · 14 years ago
  70. cb359df When creating a this-adjustment thunk where the return value is of C++ by Douglas Gregor · 14 years ago
  71. 4e58c25 Remove accidental commit by Douglas Gregor · 14 years ago
  72. 68dd3ee Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 14 years ago
  73. ea1471e Support implicitly closing on 'this' in a block. Fixed PR7165. by John McCall · 14 years ago
  74. b65a458 When a conditional operator is an rvalue of class type, we need to by Douglas Gregor · 14 years ago
  75. a5da902 More tests for ObjC++ GC support. by Fariborz Jahanian · 14 years ago
  76. 2390a72 Adds support for ObjC++'s GC attribute on declaration of by Fariborz Jahanian · 14 years ago
  77. bf1cbaf Revert r104117, "Provide a naming class for UnresolvedLookupExprs, even when by Daniel Dunbar · 14 years ago
  78. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
  79. 4469e8a Revert r104106; it's breaking linking of Boost.Serialization. by Douglas Gregor · 14 years ago
  80. 6349ce9 Implement codegen for __builtin_isnormal. by Benjamin Kramer · 14 years ago
  81. c3f984f Provide a naming class for UnresolvedLookupExprs, even when occuring on by Chandler Carruth · 14 years ago
  82. a89064a Profile type-dependent uses of overloaded operators in C++ the same by Douglas Gregor · 14 years ago
  83. 7d2bcc7 Teach clang to instantiate attributes on more declarations. Fixes PR7102. by Douglas Gregor · 14 years ago
  84. 26bcf67 Implement C++ builtin operator candidates for vector types. by Douglas Gregor · 14 years ago
  85. a115855 Basic test for user-defined conversions involving vector types by Douglas Gregor · 14 years ago
  86. 62ac5d0 Misc. fixes to bring Objetive-C++'s handling of by Fariborz Jahanian · 14 years ago
  87. ac06a0e Protect isIntegerConstantExpr from seeing type- or value-dependent by Douglas Gregor · 14 years ago
  88. fb4a543 Implement C++ support for vector and extended vector types. This by Douglas Gregor · 14 years ago
  89. 23173d7 Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current by Ted Kremenek · 14 years ago
  90. bf1ee34 These test now run in objective-c++ mode we well. by Fariborz Jahanian · 14 years ago
  91. d1808f3 Add missing test case, provided by Steven Watanabe. by Douglas Gregor · 14 years ago
  92. a1d1c75 Fix typo test case by Douglas Gregor · 14 years ago
  93. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  94. a83fb4b Correctly initialize bases with member pointers. This should fix PR6441 but that test case is a bit weird and I'd like to investigate further before closing that bug. by Anders Carlsson · 14 years ago
  95. d0785ea Give a slight edge to the context-sensitive keyword 'super' over by Douglas Gregor · 14 years ago
  96. 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 14 years ago
  97. d425d2b Permit Objective C object pointers to be const_casted. by John McCall · 14 years ago
  98. 238058c I hate this commit. by Douglas Gregor · 14 years ago
  99. 0fb9708 If a switch condition is constant, don't warn about missing enum cases. by John McCall · 14 years ago
  100. 532ec7b Teach the ObjC mangler to ignore member pointers just like gcc does. by John McCall · 14 years ago