1. 76d3264 Recommit r102215, this time being more careful to only set the "principal by John McCall · 14 years ago
  2. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 14 years ago
  3. 970c618 Revert accidental check-in. by Devang Patel · 14 years ago
  4. f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 14 years ago
  5. 8a43776 With -fno-constant-cfstrrings, class NSConstantString by Fariborz Jahanian · 14 years ago
  6. 4e6c0d1 Rework Parser-Sema interface for Objective-C @catch exception object by Douglas Gregor · 14 years ago
  7. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 14 years ago
  8. ec951e0 More -fno-constant-cfstrings API work. by Fariborz Jahanian · 14 years ago
  9. 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 14 years ago
  10. f88b0d6 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 14 years ago
  11. 14b9162 Make Parser::ConsumeAndStoreUntil() more consistent with Parser::SkipUntil(). by Argyrios Kyrtzidis · 14 years ago
  12. a3bdded Destroy the inheritance path. by Anders Carlsson · 14 years ago
  13. 409c99e Add an inheritance path member variable to CastExpr. For now it's always null but for derived-to-base and base-to-derived cast expressions it will contain the full base path. This is needed to avoid ambiguities. by Anders Carlsson · 14 years ago
  14. 046861b Turn CXXMethodVector into a generic class template. by Anders Carlsson · 14 years ago
  15. b76db23 NeXT/EH: When generating the rethrow code for a finally block, make sure to by Daniel Dunbar · 14 years ago
  16. ba6940a NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it is unreachable. by Daniel Dunbar · 14 years ago
  17. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  18. 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 14 years ago
  19. 2bb5dda More work toward implementing NeXt's -fno-constant-cfstrings - wip. by Fariborz Jahanian · 14 years ago
  20. aab64d0 Implement PR6845. We allow matching constraints to have different by Chris Lattner · 14 years ago
  21. ca5cec3 Trying to improve on a diagnostics for properties. by Fariborz Jahanian · 14 years ago
  22. 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
  23. 37de281 fix typo by Chris Lattner · 14 years ago
  24. b07fd76 rename test by Chris Lattner · 14 years ago
  25. 9bffb07 david conrad points out that {|} in inline assembly on arm are not asm by Chris Lattner · 14 years ago
  26. d57a38e When instantiating a typedef of an anonymous tag type, note in the tag by Douglas Gregor · 14 years ago
  27. 63010a7 Cleanup. by Anders Carlsson · 14 years ago
  28. f6513ed Handle copy initialization in BuildImplicitMemberInitializer. Not used yet. by Anders Carlsson · 14 years ago
  29. ea00f84 add GNU C++ include paths for Fedora 11,12 x86_64, patch by mikem! by Chris Lattner · 14 years ago
  30. 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
  31. 1444aef concepts is not a keyword here and fix copy-pasto. by Nick Lewycky · 14 years ago
  32. 20b3c9d Strip cv-qualifiers when building C++ constructor and destructor names. by Douglas Gregor · 14 years ago
  33. 6a03e34 Handle compound assignment expressions (i += j) as lvalues, which is by Douglas Gregor · 14 years ago
  34. 0e313bd Add another 'catch all' access diagnostic. by Anders Carlsson · 14 years ago
  35. f55e3fd Emit a lame diagnostic when we can't mangle operator names by Douglas Gregor · 14 years ago
  36. 20f0cc7 Mangle dependent template names such as the nested-name-specifier in by Douglas Gregor · 14 years ago
  37. e5ef740 Add an ImplicitInitializerKind enum and pass it to BuildImplicitBaseInitializer and BuildImplicitMemberInitializer. by Anders Carlsson · 14 years ago
  38. 114a297 Fix a think-o that broke self-host. by Anders Carlsson · 14 years ago
  39. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  40. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 14 years ago
  41. ddfb75f Factor code to initialize an implicit member out into a separate function. by Anders Carlsson · 14 years ago
  42. 4074eef When parsing a cast-expression that starts with a scope annotation, by Douglas Gregor · 14 years ago
  43. 08688ac I hate default statements. Fixes PR6874. by Douglas Gregor · 14 years ago
  44. defefd2 Remove calls to isDependentContext, since we handle that case earlier in the code. Make BuildImplicitBaseInitializer return a boolean instead. by Anders Carlsson · 14 years ago
  45. 4dfdd1b Template instantiation for @try and @finally (but not @catch, yet). by Douglas Gregor · 14 years ago
  46. baf633b Make TemplateDecl and ObjCContainerDecl abstract by Douglas Gregor · 14 years ago
  47. bd4187b Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they by Douglas Gregor · 14 years ago
  48. c3203e7 Template instantiation for the Objective-C "fast enumeration" statement, i.e., by Douglas Gregor · 14 years ago
  49. 8fdc13a Template instantiation for Objective-C++ @synchronized statements. by Douglas Gregor · 14 years ago
  50. d1377b2 Implement template instantiation for Objective-C++ @throw statements. by Douglas Gregor · 14 years ago
  51. 4c9d8d0 Check for -fno-constant-cfstrings consistency in pch. by Fariborz Jahanian · 14 years ago
  52. 33e982b Support for -fno-constant-cfstrings option - wip. by Fariborz Jahanian · 14 years ago
  53. e9ee23e Use the naming class from the overloaded lookup when access-checking an by John McCall · 14 years ago
  54. fe1ea7b another tweak for haiku support, patch by Paul Davey! by Chris Lattner · 14 years ago
  55. ef57c61 Some Objective-C++ types and expressions will never change during by Douglas Gregor · 14 years ago
  56. f49bb08 When a dependent Objective-C++ message send was able to resolve the by Douglas Gregor · 14 years ago
  57. 39968ad Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and by Douglas Gregor · 14 years ago
  58. db93c4a Expand the one use of TransformPointerLikeType and eliminate this macro. No functionality change by Douglas Gregor · 14 years ago
  59. 92e986e Implement template instantiation for Objective-C++ message sends. We by Douglas Gregor · 14 years ago
  60. 684de63 ARM/APCS: Don't respect bit-field types when laying out structures. by Daniel Dunbar · 14 years ago
  61. 52968a1 IRgen: Fix another case where we generated an invalid access component when we by Daniel Dunbar · 14 years ago
  62. 4651efb IRgen: Fix case where we might generate an access component with width == 0, if by Daniel Dunbar · 14 years ago
  63. 66dd939 When checking whether to diagnose an initialized "extern" variable, by Douglas Gregor · 14 years ago
  64. 050b78a Record nested-name-specifiers of when we create by Douglas Gregor · 14 years ago
  65. 3b8c53b Re-land the patch that merges two diagnostics into one now that it passes self-host :) by Anders Carlsson · 14 years ago
  66. 7e2f128 Neuter this testcase a little. The way LLVM writes labels for anonymous blocks by John McCall · 14 years ago
  67. 0b647a6 Suppress compiler warning. by Daniel Dunbar · 14 years ago
  68. 89da874 IRgen: Set alignment correctly on bit-field accesses. by Daniel Dunbar · 14 years ago
  69. 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
  70. ad75953 IRgen: Fix CGRecordLayout::print to print the bit-field infos in a consistent order. by Daniel Dunbar · 14 years ago
  71. d4b2853 Revert "Unify two diagnostics into one.", it breaks with an assertion failure on bootstrap. by Daniel Dunbar · 14 years ago
  72. 792898b Unify two diagnostics into one. by Anders Carlsson · 14 years ago
  73. ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 14 years ago
  74. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  75. 128317e Remove an unused declaration. by Anders Carlsson · 14 years ago
  76. 8eefcd3 When computing the alignof value for a vector type, ensure that by Dan Gohman · 14 years ago
  77. 688fc9b Switch the initialization of Objective-C message parameters (as occurs by Douglas Gregor · 14 years ago
  78. 71f4ff6 Encode field accessibility. by Devang Patel · 14 years ago
  79. 6aa14d8 Implement parsing for message sends in Objective-C++. Message sends in by Douglas Gregor · 14 years ago
  80. 1569f95 Migrate the responsibility for turning the receiver name in an by Douglas Gregor · 14 years ago
  81. b99c666 Diagnose access to fields with private constructors. by Anders Carlsson · 14 years ago
  82. f95861a Eliminate unused code in Sema::ActOnSuperMessage and use early exits by Douglas Gregor · 14 years ago
  83. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 14 years ago
  84. 711f34a Keep tack of whether a base in an InitializedEntity is an inherited virtual base or not. Use this in CheckConstructorAccess. by Anders Carlsson · 14 years ago
  85. 46c54fb ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignment by Daniel Dunbar · 14 years ago
  86. d0ef54c Convert test to FileCheck. by Daniel Dunbar · 14 years ago
  87. 0aa1cba Convert test to FileCheck. by Daniel Dunbar · 14 years ago
  88. dc6d574 IRgen/x86-32: Factor out getIndirectResult(), to match x86-64 factoring. by Daniel Dunbar · 14 years ago
  89. 3b2ae7a IRgen: Add checking that the LLVM and AST record layout offsets agree (for by Daniel Dunbar · 14 years ago
  90. d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 14 years ago
  91. 9a68a67 Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to report different diagnostics depending on which entity is being initialized. by Anders Carlsson · 14 years ago
  92. c2a9b79 Comment out an assert for now. by Anders Carlsson · 14 years ago
  93. d2ec726 Fix typo. by Fariborz Jahanian · 14 years ago
  94. 1705fe9 Add more const to ConstExprIterator. by Benjamin Kramer · 14 years ago
  95. 548ce5e I failed to notice that my last patch wasn't doing as much as it could by John McCall · 14 years ago
  96. 839cbaa Teach EmitBlock to put the target block immediately after the current block by John McCall · 14 years ago
  97. 3d3ec1c Miscellaneous codegen cleanups. Mostly, don't create new basic blocks by John McCall · 14 years ago
  98. d8383d4 CXXNamedCastExpr is actually an abstract expression. by Zhongxing Xu · 14 years ago
  99. 2b003fd Sink the _GNU_SOURCE definition down into the target configuration, by Douglas Gregor · 14 years ago
  100. 3fb53bd Reword the note we emit when suppressing template instantiation contexts, per John's advice by Douglas Gregor · 14 years ago