1. 33e982b Support for -fno-constant-cfstrings option - wip. by Fariborz Jahanian · 14 years ago
  2. e9ee23e Use the naming class from the overloaded lookup when access-checking an by John McCall · 14 years ago
  3. fe1ea7b another tweak for haiku support, patch by Paul Davey! by Chris Lattner · 14 years ago
  4. ef57c61 Some Objective-C++ types and expressions will never change during by Douglas Gregor · 14 years ago
  5. f49bb08 When a dependent Objective-C++ message send was able to resolve the by Douglas Gregor · 14 years ago
  6. 39968ad Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and by Douglas Gregor · 14 years ago
  7. db93c4a Expand the one use of TransformPointerLikeType and eliminate this macro. No functionality change by Douglas Gregor · 14 years ago
  8. 92e986e Implement template instantiation for Objective-C++ message sends. We by Douglas Gregor · 14 years ago
  9. 684de63 ARM/APCS: Don't respect bit-field types when laying out structures. by Daniel Dunbar · 14 years ago
  10. 52968a1 IRgen: Fix another case where we generated an invalid access component when we by Daniel Dunbar · 14 years ago
  11. 4651efb IRgen: Fix case where we might generate an access component with width == 0, if by Daniel Dunbar · 14 years ago
  12. 66dd939 When checking whether to diagnose an initialized "extern" variable, by Douglas Gregor · 14 years ago
  13. 050b78a Record nested-name-specifiers of when we create by Douglas Gregor · 14 years ago
  14. 3b8c53b Re-land the patch that merges two diagnostics into one now that it passes self-host :) by Anders Carlsson · 14 years ago
  15. 0b647a6 Suppress compiler warning. by Daniel Dunbar · 14 years ago
  16. 89da874 IRgen: Set alignment correctly on bit-field accesses. by Daniel Dunbar · 14 years ago
  17. 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
  18. ad75953 IRgen: Fix CGRecordLayout::print to print the bit-field infos in a consistent order. by Daniel Dunbar · 14 years ago
  19. d4b2853 Revert "Unify two diagnostics into one.", it breaks with an assertion failure on bootstrap. by Daniel Dunbar · 14 years ago
  20. 792898b Unify two diagnostics into one. by Anders Carlsson · 14 years ago
  21. ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 14 years ago
  22. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  23. 128317e Remove an unused declaration. by Anders Carlsson · 14 years ago
  24. 8eefcd3 When computing the alignof value for a vector type, ensure that by Dan Gohman · 14 years ago
  25. 688fc9b Switch the initialization of Objective-C message parameters (as occurs by Douglas Gregor · 14 years ago
  26. 71f4ff6 Encode field accessibility. by Devang Patel · 14 years ago
  27. 6aa14d8 Implement parsing for message sends in Objective-C++. Message sends in by Douglas Gregor · 14 years ago
  28. 1569f95 Migrate the responsibility for turning the receiver name in an by Douglas Gregor · 14 years ago
  29. b99c666 Diagnose access to fields with private constructors. by Anders Carlsson · 14 years ago
  30. f95861a Eliminate unused code in Sema::ActOnSuperMessage and use early exits by Douglas Gregor · 14 years ago
  31. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 14 years ago
  32. 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
  33. 46c54fb ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignment by Daniel Dunbar · 14 years ago
  34. dc6d574 IRgen/x86-32: Factor out getIndirectResult(), to match x86-64 factoring. by Daniel Dunbar · 14 years ago
  35. 3b2ae7a IRgen: Add checking that the LLVM and AST record layout offsets agree (for by Daniel Dunbar · 14 years ago
  36. d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 14 years ago
  37. 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
  38. c2a9b79 Comment out an assert for now. by Anders Carlsson · 14 years ago
  39. 548ce5e I failed to notice that my last patch wasn't doing as much as it could by John McCall · 14 years ago
  40. 839cbaa Teach EmitBlock to put the target block immediately after the current block by John McCall · 14 years ago
  41. 3d3ec1c Miscellaneous codegen cleanups. Mostly, don't create new basic blocks by John McCall · 14 years ago
  42. d8383d4 CXXNamedCastExpr is actually an abstract expression. by Zhongxing Xu · 14 years ago
  43. 2b003fd Sink the _GNU_SOURCE definition down into the target configuration, by Douglas Gregor · 14 years ago
  44. 978b935 Use the right predecessor. by Zhongxing Xu · 14 years ago
  45. 6b85138 Add initial support for C++ delete expr. by Zhongxing Xu · 14 years ago
  46. 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 14 years ago
  47. 10dc0f8 Remove an unused parameter from isImplicitlyDefined. by Anders Carlsson · 14 years ago
  48. f3afbea Fix comment to reflect recent code change. by John Thompson · 14 years ago
  49. becc308 Specify linkage for Objective-C declarations. by Ted Kremenek · 14 years ago
  50. 84688f2 Factor some common code out into a separate function. by Anders Carlsson · 14 years ago
  51. 876681e Fixes a code gen. bug by removing an assert. by Fariborz Jahanian · 14 years ago
  52. e5deae9 fix the ?: fixit that ted added to recover properly. by Chris Lattner · 14 years ago
  53. 02418c7 Fix crash on invalid code where a @throw statement is not followed by a ';' by Ted Kremenek · 14 years ago
  54. 5c5db4e change FullSourceLoc to have a *const* SourceManager&, eliminating a const_cast. by Chris Lattner · 14 years ago
  55. e127a0d push some source location information down through the compiler, by Chris Lattner · 14 years ago
  56. b00ab27 Patch to support transparent_union types on by Fariborz Jahanian · 14 years ago
  57. 38caec4 enhance sourcemgr to detect various UTF BOM's and emit a fatal error by Chris Lattner · 14 years ago
  58. 3e79c30 Back out r101911 and see if it makes the bots happy. by Anders Carlsson · 14 years ago
  59. 23402af Remove dead code. by Benjamin Kramer · 14 years ago
  60. 8ab78a7 IRgen: Always use i8 arrays to access union bit-fields. This is ugly, but by Daniel Dunbar · 14 years ago
  61. 4992bdd remove some extraneous qualifiers. by Chris Lattner · 14 years ago
  62. 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 · 14 years ago
  63. 9dc228a Move code to apply a non-virtual and virtual offset out into a separate function. by Anders Carlsson · 14 years ago
  64. 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 14 years ago
  65. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 14 years ago
  66. fb97cf2 don't slap noalias attribute on stret result arguments. by Chris Lattner · 14 years ago
  67. 107ccd1 Replace code with a method call. No functionality change. by Zhongxing Xu · 14 years ago
  68. b3b772e Pass the nearest virtual base decl to InitializeVTablePointers. No functionality change right now. by Anders Carlsson · 14 years ago
  69. e12a779 reapply john's patch, he broke mainline again by changing the test. by Chris Lattner · 14 years ago
  70. 2692d82 Assert that the path from the derived to the base class in CodeGenFunction::GetAddressOfBaseClass is not ambiguous. by Anders Carlsson · 14 years ago
  71. 59fea60 Use GetState() to get the possible cleaned state. by Zhongxing Xu · 14 years ago
  72. 56f3cc6 revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton by Chris Lattner · 14 years ago
  73. 820cbbb Altivec vector literal initializer count mismatch error removed. by John Thompson · 14 years ago
  74. b17b1b3 Improve handling of CXXNewExpr. by Zhongxing Xu · 14 years ago
  75. 9c82afc Restore r101841 without modification. Also mark 'operator delete' as used for by John McCall · 14 years ago
  76. 3609432 Revert r101841 and follow-up. by John McCall · 14 years ago
  77. af5ece5 Don't bother looking for (or diagnosing problems with) the 'operator delete' by John McCall · 14 years ago
  78. c077e45 Do not diagnose unused-parameter errors in template instantiations. We by Douglas Gregor · 14 years ago
  79. 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 14 years ago
  80. 63c323d Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const. by Douglas Gregor · 14 years ago
  81. 41b1d6b Disable the "'extern' variable has an initializer" warning in C++, by Douglas Gregor · 14 years ago
  82. 8d8ab74 AST: Dump ASTRecordLayout objects when they are created with -fdump-record-layouts. by Daniel Dunbar · 14 years ago
  83. 2e7b7c2 IRgen: Kill unused function and move the type match assert to after record dumping. by Daniel Dunbar · 14 years ago
  84. 6fbe3eb add a PPCallback handler for a skipped #include, patch by Zhanyong Wan! by Chris Lattner · 14 years ago
  85. ed46442 When normal name lookup to disambiguiate an Objective-C message send by Douglas Gregor · 14 years ago
  86. 794afcb Check for darwin befoer cheking for version. (related to radar 7866951). by Fariborz Jahanian · 14 years ago
  87. 5e89655 Remove the argument number from the constant integer diagnostic. by Eric Christopher · 14 years ago
  88. 63326a5 Some renaming of methods, fixes typo (related to PR6769). by Fariborz Jahanian · 14 years ago
  89. c220a18 When searching for code-completion and typo-correction candidates, by Douglas Gregor · 14 years ago
  90. 776dbf9 Force clang to produce legacy api for messaging by Fariborz Jahanian · 14 years ago
  91. b1af4c8 Add comment explaning the use of c99 inline in c++. by Rafael Espindola · 14 years ago
  92. cb421fa Fix -Wcast-qual warnings. by Dan Gohman · 14 years ago
  93. cb7464a Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 14 years ago
  94. 856c6bc Analyzer: add support for CXXNewExpr. by Zhongxing Xu · 14 years ago
  95. d901da5 Don't just emit ivar metadata - emit CORRECT ivar metadata. (GNU runtime) by David Chisnall · 14 years ago
  96. 7f63cb0 Fix emitting ivar metadata for synthesized ivars and some 64-bit fixes. (GNU runtime) by David Chisnall · 14 years ago
  97. b8cab18 If a method is virtual and the class key function is in another file, emit the method as available_externally. by Rafael Espindola · 14 years ago
  98. 65ad5a4 Local static variables must be available module-wise by Fariborz Jahanian · 14 years ago
  99. a75b71f recommit r101568 to fix PR6766 as a side-effect, remove two FIXMEs now fixed by Nuno Lopes · 14 years ago
  100. a77eaa9 Make sure that we don't visit redeclarations of nested classes while by Douglas Gregor · 14 years ago