1. e67dc30 Improve support for non-virtual 'this' pointer adjustments. With this, it should be possible to use the new vtable layout code for all class hierarchies that do not involve virtual bases. by Anders Carlsson · 15 years ago
  2. 49bac9a Add basic support for simple non-virtual 'this' pointer adjustments. by Anders Carlsson · 15 years ago
  3. 76f1aa7 Start laying out secondary vtables. by Anders Carlsson · 15 years ago
  4. 1d05be5 Don't make return adjustments for pure virtual member functions. by Anders Carlsson · 15 years ago
  5. 60db0ee Handle virtual bases in return adjustment types. by Anders Carlsson · 15 years ago
  6. 7dbf47a More work on covariant return types. We now handle non-virtual adjustments fine. by Anders Carlsson · 15 years ago
  7. 74f7293 Emit the 'alignstack' LLVM function attribute when we encounter a function by Charles Davis · 15 years ago
  8. 291b441 Skip implicit instantiation of templated variables where a more recent by Chandler Carruth · 15 years ago
  9. ae62889 Fix a fiendinshly fun little type-canonicalization bug, where we were by Douglas Gregor · 15 years ago
  10. fe33106 Permit the use of typedefs of class template specializations in by Douglas Gregor · 15 years ago
  11. 24c37ad Enhance RegionStore::InvalidateRegions() to correctly invalidate bindings by Ted Kremenek · 15 years ago
  12. c4a2638 Fix for PR6274: teach constant folding to evaluate __builtin_expect. by Eli Friedman · 15 years ago
  13. 5ce5dab Funnel changes to the ImportedDecls list in the ASTImporter through a by Douglas Gregor · 15 years ago
  14. 36ead2e Implement AST importing and merging for enumeration types and by Douglas Gregor · 15 years ago
  15. 9a66c30 Complain if block-literal expression's parameter name is by Fariborz Jahanian · 15 years ago
  16. a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 15 years ago
  17. 432a889 Patch to fix a warning which exposed a bug in building by Fariborz Jahanian · 15 years ago
  18. c1eec89 Fix a refacto that broke the clang-on-clang build. by Anders Carlsson · 15 years ago
  19. 52b2e1e Fixes a rewriter bug rewriting function decl. by Fariborz Jahanian · 15 years ago
  20. 13d283d Fix PR6282: the include guard optimization cannot happen if the by Chris Lattner · 15 years ago
  21. 28cbc8b Keep track of the address points for all primary bases, and add the ability to dump multiple address points for a single offset. by Anders Carlsson · 15 years ago
  22. e13ad83 Work around an annoying, non-standard optimization in the glibc by Douglas Gregor · 15 years ago
  23. 9605895 Fix a bug causing an assertion when a covariant return type differed from by John McCall · 15 years ago
  24. a301ac3 Improve a test slightly by Douglas Gregor · 15 years ago
  25. 8591098 In C++, allow builtins to be referred to via qualified name lookup, e.g., by Douglas Gregor · 15 years ago
  26. 57071e2 More work on vtable layout. We can now layout vtables with primary bases. by Anders Carlsson · 15 years ago
  27. 9824142 When dumping vtables, dump whether a virtual member function is pure or not. by Anders Carlsson · 15 years ago
  28. e72b5dc Handle AST merges of incomplete class types. by Douglas Gregor · 15 years ago
  29. e6bbc01 Implementing unused function warning. by Tanya Lattner · 15 years ago
  30. b84412f Warn about using the new force_align_arg_pointer attribute on a function by Charles Davis · 15 years ago
  31. 4dffad6 When we have a dependent direct initializer but not a dependent by Douglas Gregor · 15 years ago
  32. 05efad5 Make this test not rely on the system <limits.h>. Hopefully fixes the by John McCall · 15 years ago
  33. 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 15 years ago
  34. fb6289a Test case for warnings with carets inside macro instantiations. by John McCall · 15 years ago
  35. bac7271 Add virtual operator= example. by Anders Carlsson · 15 years ago
  36. 848fa64 More vtable layout dumper improvements. Handle destructors, dump the complete function type of the member functions (using PredefinedExpr::ComputeName. by Anders Carlsson · 15 years ago
  37. b203c9e Add missing test cases for AST merging of structures. by Douglas Gregor · 15 years ago
  38. 822307b Keep track of, and dump, vtable address points. by Anders Carlsson · 15 years ago
  39. 5c41ee8 Patch by Cristian Draghici: by Ted Kremenek · 15 years ago
  40. 824d7ea Check in the beginnings of my new vtable layout builder idea. by Anders Carlsson · 15 years ago
  41. 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 15 years ago
  42. e9ff443 Diagnose when user provided getter is being used as lvalue by Fariborz Jahanian · 15 years ago
  43. 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 15 years ago
  44. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 15 years ago
  45. e61a1d4 Patch to rewrite blocks into unique api names. Fixes radar 7630551 by Fariborz Jahanian · 15 years ago
  46. a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 15 years ago
  47. 4c863ef Provide rewriting suppport for use of __typeof__ by Fariborz Jahanian · 15 years ago
  48. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  49. 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 15 years ago
  50. 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 15 years ago
  51. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  52. ed6ae49 Add missing header file by Douglas Gregor · 15 years ago
  53. 13751e3 Comment out category's property decls. in rewrite. Fixes radar 7630636. by Fariborz Jahanian · 15 years ago
  54. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
  55. 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 15 years ago
  56. 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 15 years ago
  57. e07c5b0 Add in the LIT magic to avoid running AST merge test inputs as by Douglas Gregor · 15 years ago
  58. d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 15 years ago
  59. 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 15 years ago
  60. 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 15 years ago
  61. 8ec4aac Fix lookup of fields from lazy bindings to check if the region is by Ted Kremenek · 15 years ago
  62. e5712b1 Update tests in -Asserts mode. These tests really need to be rewritten... by Daniel Dunbar · 15 years ago
  63. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  64. 195337d IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. by Daniel Dunbar · 15 years ago
  65. e180ed2 Fix PR number in test case by Douglas Gregor · 15 years ago
  66. ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 15 years ago
  67. 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 15 years ago
  68. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 15 years ago
  69. dcee980 When substituting a declaration non-type template argument for a by Douglas Gregor · 15 years ago
  70. ba915af Warn when cases are missing from a switch on a value of enumeration by Douglas Gregor · 15 years ago
  71. 8878686 Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 15 years ago
  72. 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 15 years ago
  73. 35911ce Add a test case for r95555. by Sebastian Redl · 15 years ago
  74. 4c72d3e Fix the crash-on-invalid from PR6259. by John McCall · 15 years ago
  75. e228ba9 Ensure that a operator delete overload is rocognized regardless of cv-quals. by Chandler Carruth · 15 years ago
  76. 36d02e0 Add support for binding and retrieving VarRegions in flat store. by Zhongxing Xu · 15 years ago
  77. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 15 years ago
  78. 1851a12 Make sure to set vtable pointers in the destructors as well. by Anders Carlsson · 15 years ago
  79. 585fa68 Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258. by Anders Carlsson · 15 years ago
  80. 63644fa Workaround for friend template instantiation crash in PR5848, from Keir Mierle! by Douglas Gregor · 15 years ago
  81. 63a0113 Fix assertion failure when parsing linkage specifications (PR5921), by Douglas Gregor · 15 years ago
  82. eb7f961 Roll r95513 back in. by Sam Weinig · 15 years ago
  83. a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 15 years ago
  84. 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 15 years ago
  85. f6b89a1 Use the right linkage for static variables inside C++ inline functions. by Anders Carlsson · 15 years ago
  86. 39de84d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 15 years ago
  87. a994ee4 Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled. by Anders Carlsson · 15 years ago
  88. a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 15 years ago
  89. 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 15 years ago
  90. 4855a52 Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247. by Anders Carlsson · 15 years ago
  91. a9a55c0 Switch CodeGen's "is this variable declaration a definition?" logic by Douglas Gregor · 15 years ago
  92. aec2523 Only append 'L' for internal variable declarations, not all declarations. (Found by the mangle checker, yay) by Anders Carlsson · 15 years ago
  93. 81861ab Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are implicitly initialized to NULL. by Ted Kremenek · 15 years ago
  94. 4dc1566 Fix regression in RegionStore (from BasicStore) where static variables were not treated as being implicitly initialized to 0 (and instead were getting symbolicated). by Ted Kremenek · 15 years ago
  95. b2bcf1c Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 15 years ago
  96. 1610b81 Implement a warning diagnostic for weak vtables. Fixes PR6116. by Anders Carlsson · 15 years ago
  97. 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 15 years ago
  98. 1f1b3b3 Per discussion, remove the explicit restriction on static const data members with by John McCall · 15 years ago
  99. 8524873 Teach RegionStore::InvalidateRegions() to also invalidate static variables referenced by blocks. by Ted Kremenek · 15 years ago
  100. e41ac7b Fix a bogus assertion after adjusting the type of a substituted by Douglas Gregor · 15 years ago