1. 516e6e0 When performing partial ordering of class template partial by Douglas Gregor · 14 years ago
  2. fc39dc4 A not equal for an unordered relation should return true as specified in IEEE-754, e.g., by Mon P Wang · 14 years ago
  3. 77e2c67 It turns out that we *can* end up having to display template argument by Douglas Gregor · 14 years ago
  4. 7576a65 Test case for r102578. by John McCall · 14 years ago
  5. 862b24f Fix CFG crasher involving statement expressions reported in PR 6938. by Ted Kremenek · 14 years ago
  6. f581382 Properly switch into the declaring scope of a template when performing by John McCall · 14 years ago
  7. cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 14 years ago
  8. 5e2a8ac Driver: Add support for -fobjc-abi-version=. - <rdar://problem/7919678> by Daniel Dunbar · 14 years ago
  9. 1e3f5ba Ensure that cv-qualifiers are correctly removed for post-inc/decrements by Sean Hunt · 14 years ago
  10. 29d2fd5 Fix template instantiation for __builtin_offfsetof expressions that refer to members of anonymous structs/unions by Douglas Gregor · 14 years ago
  11. 9d5d60f Diagnose __builtin_offsetof expressions that refer to bit-fields by Douglas Gregor · 14 years ago
  12. 9b4d4fc Support for construct/destruct of ivar array by Fariborz Jahanian · 14 years ago
  13. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 14 years ago
  14. 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 14 years ago
  15. 6a15c85 Revert "Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of", it is breaking the builds of quite a few projects (emacs, dovecot, gnutar, bison). by Daniel Dunbar · 14 years ago
  16. e6ec5c4 When the qualifier of a id-expression is non-dependent but not by Douglas Gregor · 14 years ago
  17. 1e9268e Improve name mangling for dependent template names (e.g., typename by Douglas Gregor · 14 years ago
  18. d4598a2 When instantiating a function template specialization following by Douglas Gregor · 14 years ago
  19. 784f211 Properly pass the address of a lazily-generated function declaration with by John McCall · 14 years ago
  20. 15dedf0 It's okay to refer to non-type template parameters anywhere they are by Douglas Gregor · 14 years ago
  21. 24f2801 Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of by Eli Friedman · 14 years ago
  22. 1c63b9c When explicitly building a temporary object (CXXTemporaryObjectExpr), by Douglas Gregor · 14 years ago
  23. 138bb23 Diagnose the use of abstract types as array element types. Previously, by Douglas Gregor · 14 years ago
  24. c8fd2da When checking the redeclaration context of a typedef that refers to a by Douglas Gregor · 14 years ago
  25. a6a292b Don't look into incomplete types when trying to warn about unused by Douglas Gregor · 14 years ago
  26. 66c4515 When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr by Douglas Gregor · 14 years ago
  27. 110acc1 Improve the diagnostic you get when making a qualified member access by John McCall · 14 years ago
  28. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  29. 57fdc8a Improve source-location information in a C++ typeid (type) expression by Douglas Gregor · 14 years ago
  30. 0b7bc8e Diagnose declaration of reference typed ivars. by Fariborz Jahanian · 14 years ago
  31. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 14 years ago
  32. fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 14 years ago
  33. 5512ba5 Cleanup error recovery for a missing '-'|'+' by Fariborz Jahanian · 14 years ago
  34. 9cbfdd2 Implement template instantiation for implicit property references in by Douglas Gregor · 14 years ago
  35. e330354 Implement template instantiation for ObjCPropertyRefExpr. by Douglas Gregor · 14 years ago
  36. c9a85f9 emit dtors with the right calling convention in -fno-use-cxa-atexit mode. by Chris Lattner · 14 years ago
  37. f9b9eab Implement template instantiation for value-dependent Objective-C ivar by Douglas Gregor · 14 years ago
  38. fa3c982 remove alignment specifier on this. CAn't this test be removed yet? :) by Chris Lattner · 14 years ago
  39. 36998f5 Test case for NeXt's -fno-constant-cfstrings option. by Fariborz Jahanian · 14 years ago
  40. be270a0 Implement template instantiation for Objective-C @catch by Douglas Gregor · 14 years ago
  41. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 14 years ago
  42. 087fb7d Ensure that we have completed a type before attempting initialization by Douglas Gregor · 14 years ago
  43. b19f0ac tests: Force a triple. by Daniel Dunbar · 14 years ago
  44. 2b147f0 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 14 years ago
  45. b0fd483 Improve the diagnostic when we find something we did not expect in a by Douglas Gregor · 14 years ago
  46. 4b429ae IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: by Daniel Dunbar · 14 years ago
  47. 94e67c6 tests: Convert test to FileCheck. by Daniel Dunbar · 14 years ago
  48. 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 · 14 years ago
  49. 6bf356f When performing name lookup for an operator name, be sure to look by Douglas Gregor · 14 years ago
  50. 9fd682b Land this test. by Anders Carlsson · 14 years ago
  51. 9994eed Tweak test for destruction of copied temporary objects by Douglas Gregor · 14 years ago
  52. b86cf0c When copying a temporary object to initialize an entity for which the by Douglas Gregor · 14 years ago
  53. 8e142cc Revert enough of my patches to fix self-host again :( by Anders Carlsson · 14 years ago
  54. 4154e0b When we create a temporary of class type that we don't immediately by Douglas Gregor · 14 years ago
  55. e127abe DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create implicit base initializers. (Member initializers are still handled by CodeGenFunction::SynthesizeCXXCopyConstructor for now). by Anders Carlsson · 14 years ago
  56. f86fcb3 When we attempt to create a temporary object of class type, be sure by Douglas Gregor · 14 years ago
  57. d1a2722 When we are performing copy initialization of a class type via its by Douglas Gregor · 14 years ago
  58. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 14 years ago
  59. f645aaa Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, which were wrong in numerous places. by Daniel Dunbar · 14 years ago
  60. 77c13e0 When we take the address of a declaration to bind it to a non-type by Douglas Gregor · 14 years ago
  61. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 14 years ago
  62. c70e93c Tweak test case slightly by Douglas Gregor · 14 years ago
  63. 48c89f4 Be more careful around dependent nested-name-specifiers, complaining by Douglas Gregor · 14 years ago
  64. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 14 years ago
  65. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 14 years ago
  66. b76db23 NeXT/EH: When generating the rethrow code for a finally block, make sure to by Daniel Dunbar · 14 years ago
  67. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  68. 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 14 years ago
  69. aab64d0 Implement PR6845. We allow matching constraints to have different by Chris Lattner · 14 years ago
  70. ca5cec3 Trying to improve on a diagnostics for properties. by Fariborz Jahanian · 14 years ago
  71. 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 · 14 years ago
  72. b07fd76 rename test by Chris Lattner · 14 years ago
  73. 9bffb07 david conrad points out that {|} in inline assembly on arm are not asm by Chris Lattner · 14 years ago
  74. d57a38e When instantiating a typedef of an anonymous tag type, note in the tag by Douglas Gregor · 14 years ago
  75. 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 · 14 years ago
  76. 20b3c9d Strip cv-qualifiers when building C++ constructor and destructor names. by Douglas Gregor · 14 years ago
  77. 6a03e34 Handle compound assignment expressions (i += j) as lvalues, which is by Douglas Gregor · 14 years ago
  78. 20f0cc7 Mangle dependent template names such as the nested-name-specifier in by Douglas Gregor · 14 years ago
  79. 114a297 Fix a think-o that broke self-host. by Anders Carlsson · 14 years ago
  80. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  81. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 14 years ago
  82. ddfb75f Factor code to initialize an implicit member out into a separate function. by Anders Carlsson · 14 years ago
  83. 4074eef When parsing a cast-expression that starts with a scope annotation, by Douglas Gregor · 14 years ago
  84. 08688ac I hate default statements. Fixes PR6874. by Douglas Gregor · 14 years ago
  85. 4dfdd1b Template instantiation for @try and @finally (but not @catch, yet). by Douglas Gregor · 14 years ago
  86. c3203e7 Template instantiation for the Objective-C "fast enumeration" statement, i.e., by Douglas Gregor · 14 years ago
  87. 8fdc13a Template instantiation for Objective-C++ @synchronized statements. by Douglas Gregor · 14 years ago
  88. d1377b2 Implement template instantiation for Objective-C++ @throw statements. by Douglas Gregor · 14 years ago
  89. e9ee23e Use the naming class from the overloaded lookup when access-checking an by John McCall · 14 years ago
  90. 92e986e Implement template instantiation for Objective-C++ message sends. We by Douglas Gregor · 14 years ago
  91. 684de63 ARM/APCS: Don't respect bit-field types when laying out structures. by Daniel Dunbar · 14 years ago
  92. 52968a1 IRgen: Fix another case where we generated an invalid access component when we by Daniel Dunbar · 14 years ago
  93. 4651efb IRgen: Fix case where we might generate an access component with width == 0, if by Daniel Dunbar · 14 years ago
  94. 66dd939 When checking whether to diagnose an initialized "extern" variable, by Douglas Gregor · 14 years ago
  95. 050b78a Record nested-name-specifiers of when we create by Douglas Gregor · 14 years ago
  96. 7e2f128 Neuter this testcase a little. The way LLVM writes labels for anonymous blocks by John McCall · 14 years ago
  97. 89da874 IRgen: Set alignment correctly on bit-field accesses. by Daniel Dunbar · 14 years ago
  98. 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 · 14 years ago
  99. ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 14 years ago
  100. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago