1. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 15 years ago
  2. 087fb7d Ensure that we have completed a type before attempting initialization by Douglas Gregor · 15 years ago
  3. b19f0ac tests: Force a triple. by Daniel Dunbar · 15 years ago
  4. 2b147f0 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 15 years ago
  5. b0fd483 Improve the diagnostic when we find something we did not expect in a by Douglas Gregor · 15 years ago
  6. 4b429ae IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: by Daniel Dunbar · 15 years ago
  7. 94e67c6 tests: Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  8. fce176b IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fixes Clang to correctly emit the "CorrectedSynthesize" bit when using the non-fragile ABI. by Daniel Dunbar · 15 years ago
  9. 6bf356f When performing name lookup for an operator name, be sure to look by Douglas Gregor · 15 years ago
  10. 9fd682b Land this test. by Anders Carlsson · 15 years ago
  11. 9994eed Tweak test for destruction of copied temporary objects by Douglas Gregor · 15 years ago
  12. b86cf0c When copying a temporary object to initialize an entity for which the by Douglas Gregor · 15 years ago
  13. 8e142cc Revert enough of my patches to fix self-host again :( by Anders Carlsson · 15 years ago
  14. 4154e0b When we create a temporary of class type that we don't immediately by Douglas Gregor · 15 years ago
  15. e127abe DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create implicit base initializers. (Member initializers are still handled by CodeGenFunction::SynthesizeCXXCopyConstructor for now). by Anders Carlsson · 15 years ago
  16. f86fcb3 When we attempt to create a temporary object of class type, be sure by Douglas Gregor · 15 years ago
  17. d1a2722 When we are performing copy initialization of a class type via its by Douglas Gregor · 15 years ago
  18. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 15 years ago
  19. f645aaa Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, which were wrong in numerous places. by Daniel Dunbar · 15 years ago
  20. 77c13e0 When we take the address of a declaration to bind it to a non-type by Douglas Gregor · 15 years ago
  21. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 15 years ago
  22. c70e93c Tweak test case slightly by Douglas Gregor · 15 years ago
  23. 48c89f4 Be more careful around dependent nested-name-specifiers, complaining by Douglas Gregor · 15 years ago
  24. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
  25. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
  26. b76db23 NeXT/EH: When generating the rethrow code for a finally block, make sure to by Daniel Dunbar · 15 years ago
  27. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 15 years ago
  28. 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 15 years ago
  29. aab64d0 Implement PR6845. We allow matching constraints to have different by Chris Lattner · 15 years ago
  30. ca5cec3 Trying to improve on a diagnostics for properties. by Fariborz Jahanian · 15 years ago
  31. 17e1d35 Require a complete type for the lhs of member pointer dereference operations if the type isn't exactly the same as the container class. Fixes PR6783. by Sebastian Redl · 15 years ago
  32. b07fd76 rename test by Chris Lattner · 15 years ago
  33. 9bffb07 david conrad points out that {|} in inline assembly on arm are not asm by Chris Lattner · 15 years ago
  34. d57a38e When instantiating a typedef of an anonymous tag type, note in the tag by Douglas Gregor · 15 years ago
  35. 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 15 years ago
  36. 20b3c9d Strip cv-qualifiers when building C++ constructor and destructor names. by Douglas Gregor · 15 years ago
  37. 6a03e34 Handle compound assignment expressions (i += j) as lvalues, which is by Douglas Gregor · 15 years ago
  38. 20f0cc7 Mangle dependent template names such as the nested-name-specifier in by Douglas Gregor · 15 years ago
  39. 114a297 Fix a think-o that broke self-host. by Anders Carlsson · 15 years ago
  40. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 15 years ago
  41. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 15 years ago
  42. ddfb75f Factor code to initialize an implicit member out into a separate function. by Anders Carlsson · 15 years ago
  43. 4074eef When parsing a cast-expression that starts with a scope annotation, by Douglas Gregor · 15 years ago
  44. 08688ac I hate default statements. Fixes PR6874. by Douglas Gregor · 15 years ago
  45. 4dfdd1b Template instantiation for @try and @finally (but not @catch, yet). by Douglas Gregor · 15 years ago
  46. c3203e7 Template instantiation for the Objective-C "fast enumeration" statement, i.e., by Douglas Gregor · 15 years ago
  47. 8fdc13a Template instantiation for Objective-C++ @synchronized statements. by Douglas Gregor · 15 years ago
  48. d1377b2 Implement template instantiation for Objective-C++ @throw statements. by Douglas Gregor · 15 years ago
  49. e9ee23e Use the naming class from the overloaded lookup when access-checking an by John McCall · 15 years ago
  50. 92e986e Implement template instantiation for Objective-C++ message sends. We by Douglas Gregor · 15 years ago
  51. 684de63 ARM/APCS: Don't respect bit-field types when laying out structures. by Daniel Dunbar · 15 years ago
  52. 52968a1 IRgen: Fix another case where we generated an invalid access component when we by Daniel Dunbar · 15 years ago
  53. 4651efb IRgen: Fix case where we might generate an access component with width == 0, if by Daniel Dunbar · 15 years ago
  54. 66dd939 When checking whether to diagnose an initialized "extern" variable, by Douglas Gregor · 15 years ago
  55. 050b78a Record nested-name-specifiers of when we create by Douglas Gregor · 15 years ago
  56. 7e2f128 Neuter this testcase a little. The way LLVM writes labels for anonymous blocks by John McCall · 15 years ago
  57. 89da874 IRgen: Set alignment correctly on bit-field accesses. by Daniel Dunbar · 15 years ago
  58. e1467a4 IRgen: Rewrite bit-field access policy to not access data beyond the bounds of the structure, which we also now verify as part of the post-layout consistency checks. by Daniel Dunbar · 15 years ago
  59. ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 15 years ago
  60. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
  61. 688fc9b Switch the initialization of Objective-C message parameters (as occurs by Douglas Gregor · 15 years ago
  62. 71f4ff6 Encode field accessibility. by Devang Patel · 15 years ago
  63. 6aa14d8 Implement parsing for message sends in Objective-C++. Message sends in by Douglas Gregor · 15 years ago
  64. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 15 years ago
  65. 711f34a Keep tack of whether a base in an InitializedEntity is an inherited virtual base or not. Use this in CheckConstructorAccess. by Anders Carlsson · 15 years ago
  66. 46c54fb ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignment by Daniel Dunbar · 15 years ago
  67. d0ef54c Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  68. 0aa1cba Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  69. d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 15 years ago
  70. 9a68a67 Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to report different diagnostics depending on which entity is being initialized. by Anders Carlsson · 15 years ago
  71. 3fb53bd Reword the note we emit when suppressing template instantiation contexts, per John's advice by Douglas Gregor · 15 years ago
  72. 48fb322 The second check point in the old test case was invalid. by Zhongxing Xu · 15 years ago
  73. e542f77 Fix USRs for 'extern' variables declaration in functions/method bodies. by Ted Kremenek · 15 years ago
  74. 876681e Fixes a code gen. bug by removing an assert. by Fariborz Jahanian · 15 years ago
  75. e5deae9 fix the ?: fixit that ted added to recover properly. by Chris Lattner · 15 years ago
  76. 02418c7 Fix crash on invalid code where a @throw statement is not followed by a ';' by Ted Kremenek · 15 years ago
  77. e127a0d push some source location information down through the compiler, by Chris Lattner · 15 years ago
  78. b00ab27 Patch to support transparent_union types on by Fariborz Jahanian · 15 years ago
  79. 38caec4 enhance sourcemgr to detect various UTF BOM's and emit a fatal error by Chris Lattner · 15 years ago
  80. 3e79c30 Back out r101911 and see if it makes the bots happy. by Anders Carlsson · 15 years ago
  81. 8ab78a7 IRgen: Always use i8 arrays to access union bit-fields. This is ugly, but by Daniel Dunbar · 15 years ago
  82. 36fd6be Fix a bug which triggered the assertion I added yesterday. Basically, when we initialize the vtable pointer for a virtual base, and there was another path from the most derived class to another base with the same class type, we would use the wrong base. by Anders Carlsson · 15 years ago
  83. 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 15 years ago
  84. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 15 years ago
  85. 40ab43b Add test cases. by Zhongxing Xu · 15 years ago
  86. fb97cf2 don't slap noalias attribute on stret result arguments. by Chris Lattner · 15 years ago
  87. e12a779 reapply john's patch, he broke mainline again by changing the test. by Chris Lattner · 15 years ago
  88. 58f9782 Altivec vector literal initializer count mismatch error removed. by John Thompson · 15 years ago
  89. 5e23597 grr, lit only hates me, not the rest of the world. by Chris Lattner · 15 years ago
  90. 56f3cc6 revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton by Chris Lattner · 15 years ago
  91. 820cbbb Altivec vector literal initializer count mismatch error removed. by John Thompson · 15 years ago
  92. 9c82afc Restore r101841 without modification. Also mark 'operator delete' as used for by John McCall · 15 years ago
  93. 3609432 Revert r101841 and follow-up. by John McCall · 15 years ago
  94. bc34139 Use __SIZE_TYPE__ as suggested by dgregor. by John McCall · 15 years ago
  95. af5ece5 Don't bother looking for (or diagnosing problems with) the 'operator delete' by John McCall · 15 years ago
  96. c077e45 Do not diagnose unused-parameter errors in template instantiations. We by Douglas Gregor · 15 years ago
  97. 63c323d Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const. by Douglas Gregor · 15 years ago
  98. 41b1d6b Disable the "'extern' variable has an initializer" warning in C++, by Douglas Gregor · 15 years ago
  99. d7174f2 More tests for Objective-C-related name lookup weirdness. Yes, it's by Douglas Gregor · 15 years ago
  100. c5e869b Add a testcase for PR6501 (too many/too few arguments to a function call). by Eric Christopher · 15 years ago