1. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  2. 8891c42 Change the analyzer to recognize (but ignore) assignments to isa. Fixes PR 6302. by Ted Kremenek · 15 years ago
  3. f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 15 years ago
  4. e0f3867 Don't produce a vtable if we are just instantiating a method and the by Rafael Espindola · 15 years ago
  5. ee11b2d Fix a bug where we would incorrectly report an error about initializing two fields in an anonymous struct. by Anders Carlsson · 15 years ago
  6. 8887bdc Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert as seen in PR6628 but for arrays this time. by Anders Carlsson · 15 years ago
  7. 46bbf8d Handle default arguments when calling copy constructors for bases or members when synthesizing a copy constructor. Fixes PR6628. by Anders Carlsson · 15 years ago
  8. d09020d Change a test to FileCheck bitcode instead of assembler. by Anders Carlsson · 15 years ago
  9. c9b64ba Flip the switch and use the new vtable layout code for everything. I've verified that this passes a self-host but I'll let the bots self host as well before removing the now dead code. by Anders Carlsson · 15 years ago
  10. 1c36393 When collecting virtual bases it's very important to use the canonical type of the base class. Otherwise, we might add the same virtual base class twice if the virtual base is an instantiated template. Fixes PR6251. by Anders Carlsson · 15 years ago
  11. 3edbeb7 add support for -MQ flag to quote targets in dependency file, by Chris Lattner · 15 years ago
  12. adb507d Another vtable layout fix, making us match gcc better. by Anders Carlsson · 15 years ago
  13. 0b4c9b5 Support __attribute__((packed)) (along with other attributes) at the by Douglas Gregor · 15 years ago
  14. 6f6de73 Fix a nasty bug in the virtual base computation which would lead to us initializing virtual bases in the wrong order. by Anders Carlsson · 15 years ago
  15. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 15 years ago
  16. f283859 Further improvement to point to category by Fariborz Jahanian · 15 years ago
  17. ada087c Give thunks the same linkage as their original methods. by Anders Carlsson · 15 years ago
  18. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 15 years ago
  19. 2cc2675 Accumulate all functions and classes that the effective context is by John McCall · 15 years ago
  20. b0cb022 Implement method friends in class templates and fix a few related problems. by John McCall · 15 years ago
  21. d0c89a4 Test for the previous commit. by Rafael Espindola · 15 years ago
  22. d8e10d2 When mapping restrict to noalias, look for 'restrict' on the parameter variable by John McCall · 15 years ago
  23. b1a56e7 Put function templates instantiated from friend declarations in the correct by John McCall · 15 years ago
  24. c67b032 Compare namespaces properly when looking for redeclarations of by Douglas Gregor · 15 years ago
  25. cfd8ea9 Fix NoReturnFunctionChecker to properly look at a function's type by Ted Kremenek · 15 years ago
  26. d606848 When adding initializers to a constructor, be sure that we are looking by Douglas Gregor · 15 years ago
  27. 2243288 Properly account for redeclarations when explicitly instantiating class templates. by John McCall · 15 years ago
  28. 0fd8ff7 When trying to determine whether one operand of a conditional by Douglas Gregor · 15 years ago
  29. 60c3893 Make sure we don't include mm_malloc.h in this test, it includes errno.h which by Daniel Dunbar · 15 years ago
  30. b70cf44 Switch semantic analysis of the conditional operator from using by Douglas Gregor · 15 years ago
  31. 1fc9e72 Spell -triple correctly for %clang, not %clang_cc1. by Daniel Dunbar · 15 years ago
  32. 9fabcbd i386-apple-darwin10 implies sse2, this option shouldn't be needed. by Chris Lattner · 15 years ago
  33. 8ff66de fix a case where macro expansion should be disabled, patch by Abramo Bagnara! by Chris Lattner · 15 years ago
  34. c7cf27f merge all the macro disable tests by using filecheck. by Chris Lattner · 15 years ago
  35. 8685110 fix a bug in paste avoidance which would cause us to accidentally by Chris Lattner · 15 years ago
  36. 5832a53 xmmintrin just requires sse2, not sse3. by Chris Lattner · 15 years ago
  37. 7c3745a add a slight variation of test3, where by Gabor Greif · 15 years ago
  38. 0e5f067 Implement new mangling for vectors. by Nick Lewycky · 15 years ago
  39. 9c12739 Do not mark the destructor of a function parameter's type. Fixes PR6709. by Douglas Gregor · 15 years ago
  40. 4a0bac9 Add tests for PR6707. by Douglas Gregor · 15 years ago
  41. d325daa Reapply r99596 with a fix: link an instantiated friend function to its by John McCall · 15 years ago
  42. a7bc855 Apparently that didn't work. Reverting for now. by John McCall · 15 years ago
  43. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 15 years ago
  44. d7e29e1 Properly instantiate and link in friend function templates. by John McCall · 15 years ago
  45. f16c76c Update test case since c-index-test now works on invalid sources. by Ted Kremenek · 15 years ago
  46. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 15 years ago
  47. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 15 years ago
  48. 90f9789 When finishing a function definition, leave the function definition *after* by John McCall · 15 years ago
  49. 1b23fe6 Fix a code gen. bug involving generation of getter method by Fariborz Jahanian · 15 years ago
  50. 014a358 Don't add address points for virtual primary bases that aren't primary bases in the complete class. by Anders Carlsson · 15 years ago
  51. e06c1a1 Fix a very minor oversight in privileges-elevation: we were only considering by John McCall · 15 years ago
  52. 9c86b51 Handle simple friend-class decls in class templates better by ensuring that by John McCall · 15 years ago
  53. 1e41336 Check for some code gen. for PR6641 test. by Fariborz Jahanian · 15 years ago
  54. 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 15 years ago
  55. 90d4efa Use Daniel's trick for XFAIL'd tests by Douglas Gregor · 15 years ago
  56. 479be1a Add another test for weird substitutions into function types during template argument deduction by Douglas Gregor · 15 years ago
  57. 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 15 years ago
  58. 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 15 years ago
  59. e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 15 years ago
  60. 6ee7653 Fix two bugs in format-string checking: by Ted Kremenek · 15 years ago
  61. a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 15 years ago
  62. f7b714d Add c-index-test support for printing USRs. by Ted Kremenek · 15 years ago
  63. c6e378e Switch static_cast from the old reference-initialization code (via by Douglas Gregor · 15 years ago
  64. f748845 Check for ret, so that we know we hit the end of the function by Douglas Gregor · 15 years ago
  65. 33fd1fc When returning from a function that has a reference return type, use by Douglas Gregor · 15 years ago
  66. f3eaf45 Discussing with dgregor we decided that we should not force the emission of by Rafael Espindola · 15 years ago
  67. 28329e5 When pulling apart an initializer that involves a CXXConstructExpr, do by Douglas Gregor · 15 years ago
  68. f7353c0 Make sure that we have File IDs for all of the unsaved files before we by Douglas Gregor · 15 years ago
  69. 528adb1 Allow conversion of qualified Class type to unqualified by Fariborz Jahanian · 15 years ago
  70. e3e7d4e XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there by Douglas Gregor · 15 years ago
  71. 0266898 Control warnings about GNU extensions with -Wgnu, which has a subgroup by Douglas Gregor · 15 years ago
  72. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 15 years ago
  73. f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 15 years ago
  74. 036ada2 Silently drop dependent friend function template specializations, by Douglas Gregor · 15 years ago
  75. ceb43b6 Code gen for multi-dimensional dynamic allocations. Fixes PR6641. by Fariborz Jahanian · 15 years ago
  76. ccd83d7 More vtable improvements. We now compute and keep track of all vtable related information which avoids computing the same vtable layout over and over. by Anders Carlsson · 15 years ago
  77. c1b621d Walk out of enums when determining effective context. by John McCall · 15 years ago
  78. 7ad650f Support friend function specializations. by John McCall · 15 years ago
  79. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
  80. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 15 years ago
  81. b5b2ccb When performing name lookup for the allocation or deallocation by Douglas Gregor · 15 years ago
  82. 5c6c1d9 More vtable work; preparations for moving over to the new vtable layout code (finally). by Anders Carlsson · 15 years ago
  83. 05030bb Each non-local class instantiation is its own local instantiation by Douglas Gregor · 15 years ago
  84. a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 15 years ago
  85. d63fed4 Flip the switch and use the new vtable layout code for thunks by default. Add a thunks.cpp test. by Anders Carlsson · 15 years ago
  86. 6c22c8e Remove parts of virt.cpp by Anders Carlsson · 15 years ago
  87. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 15 years ago
  88. f075b22 revert 99311. Looks like it broke darwin bootstrap. by Rafael Espindola · 15 years ago
  89. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 15 years ago
  90. 5fb12c6 Avoid producing implicit methods when we have a explicit template instantiation by Rafael Espindola · 15 years ago
  91. 707ea28 Code gen for compound assignment of complex by Fariborz Jahanian · 15 years ago
  92. dfb1eb2 Patch to implement code gen. use of compound assignent on by Fariborz Jahanian · 15 years ago
  93. 9de672f When recovering from a qualified typedef name, don't clear out the by Douglas Gregor · 15 years ago
  94. bc52595 Ignore a more comprehensive set of gcc-special format attributes. by Duncan Sands · 15 years ago
  95. c263704 For forward-declared static inline functions, delay CFG-based warnings until we by Ted Kremenek · 15 years ago
  96. 452b84d Tweak null dereference diagnostics to give clearer diagnostics when by Ted Kremenek · 15 years ago
  97. d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 15 years ago
  98. 22f757b Set the relevent attributes declared in class extension by Fariborz Jahanian · 15 years ago
  99. b0f65ca A fixed version of r99174 which also includes a test that we emit vtables when by Rafael Espindola · 15 years ago
  100. 12182a0 Improve the diagnostics for the UndefinedAssignmentChecker when an by Ted Kremenek · 15 years ago