1. ca7eaee If a non-noreturn virtual member function is guaranteed not to return, by Douglas Gregor · 14 years ago
  2. 4cf6f5f More work on wide bit-fields, WIP. by Anders Carlsson · 14 years ago
  3. 72468ec Start working on handling wide bitfields in C++ by Anders Carlsson · 14 years ago
  4. c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 14 years ago
  5. bf422f9 Diagnose attempts to throw an abstract class type. by Douglas Gregor · 14 years ago
  6. af68d4e Fix a few cases where enum constant handling was using by Douglas Gregor · 14 years ago
  7. 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 14 years ago
  8. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  9. 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 14 years ago
  10. 55b3884 When diagnosing suspicious precedence or assignments, move the fix-it by Douglas Gregor · 14 years ago
  11. aa0be17 When returning the result of a call to an object of class type, do not by Douglas Gregor · 14 years ago
  12. 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 14 years ago
  13. a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 14 years ago
  14. 05baacb Improve source-location information for C++ conversion functions, by by Douglas Gregor · 14 years ago
  15. 6275e0c When creating the implicitly-declared special member functions, be by Douglas Gregor · 14 years ago
  16. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 14 years ago
  17. 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 14 years ago
  18. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 14 years ago
  19. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  20. 47268a3 Remove all "used" static functions *after* we have performed all of by Douglas Gregor · 14 years ago
  21. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  22. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  23. c53d0d7 Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's by Douglas Gregor · 14 years ago
  24. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  25. edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 14 years ago
  26. 83e7a78 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 14 years ago
  27. 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 14 years ago
  28. ea356fb Diagnose multiple base and member initializers in class templates. by Anders Carlsson · 14 years ago
  29. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 14 years ago
  30. 7727acf Fix PR6327: restore invariants when there's a parse error in an initializer. by John McCall · 14 years ago
  31. ee11b2d Fix a bug where we would incorrectly report an error about initializing two fields in an anonymous struct. by Anders Carlsson · 14 years ago
  32. 0b4c9b5 Support __attribute__((packed)) (along with other attributes) at the by Douglas Gregor · 14 years ago
  33. 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 · 14 years ago
  34. c67b032 Compare namespaces properly when looking for redeclarations of by Douglas Gregor · 14 years ago
  35. 0fd8ff7 When trying to determine whether one operand of a conditional by Douglas Gregor · 14 years ago
  36. b70cf44 Switch semantic analysis of the conditional operator from using by Douglas Gregor · 14 years ago
  37. 9c12739 Do not mark the destructor of a function parameter's type. Fixes PR6709. by Douglas Gregor · 14 years ago
  38. c6e378e Switch static_cast from the old reference-initialization code (via by Douglas Gregor · 14 years ago
  39. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 14 years ago
  40. b5b2ccb When performing name lookup for the allocation or deallocation by Douglas Gregor · 14 years ago
  41. a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 14 years ago
  42. 9de672f When recovering from a qualified typedef name, don't clear out the by Douglas Gregor · 14 years ago
  43. 0162070 Fix PR6618. by Rafael Espindola · 14 years ago
  44. a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 14 years ago
  45. a2936be Promote enum types during -Wsign-compare. Fixes some spurious warnings, by John McCall · 14 years ago
  46. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 14 years ago
  47. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 14 years ago
  48. 4ad287e Provide a test case for PR6629. by John McCall · 14 years ago
  49. 9a8cb8d Forgot the testcases. by John McCall · 14 years ago
  50. 961b167 Fix PR6562. If a type is dependent, we don't know if it will have implicit by Rafael Espindola · 14 years ago
  51. 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 14 years ago
  52. 266e05c Move test and also test codegen. by Rafael Espindola · 14 years ago
  53. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  54. 3c1c4aa add missing test by Rafael Espindola · 14 years ago
  55. 516a6bc In C++98/03, an uninitialized variable that has POD class type will be by Douglas Gregor · 14 years ago
  56. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 14 years ago
  57. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 14 years ago
  58. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 14 years ago
  59. 4ce46c2 Perform overload resolution when static_cast'ing from a by Douglas Gregor · 14 years ago
  60. a1a9f03 Reference binding via user-defined conversion can compute a binding by Douglas Gregor · 14 years ago
  61. 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 14 years ago
  62. 7b9a5aa During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 14 years ago
  63. 2366cd5 Add test case from PR6064, which now works by Douglas Gregor · 14 years ago
  64. 8f8210c Fix an amusing typo that completely the re-introduction of parameters by Douglas Gregor · 14 years ago
  65. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 14 years ago
  66. 6d97e5e Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 14 years ago
  67. a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 14 years ago
  68. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 14 years ago
  69. b2cb1cb When computing the composite pointer type for relational comparisons, by Douglas Gregor · 14 years ago
  70. 9e23932 Allow us to compare derived-to-base conversions between a reference by Douglas Gregor · 14 years ago
  71. 333de06 Don't try to finalize an ill-formed variable or one whose class type is ill-formed. Fixes PR6421 by Douglas Gregor · 14 years ago
  72. 3a81337 When comparing two method overload candidates during overload diagnostics, by John McCall · 14 years ago
  73. 23a370f Add a new conversion rank to classify conversions between complex and scalar by Chandler Carruth · 14 years ago
  74. b1bdc62 Catch more uses of uninitialized implicit conversion sequences. by John McCall · 14 years ago
  75. 7754908 ActOnPseudoDestructorExpr now performs all semantic analysis for by Douglas Gregor · 14 years ago
  76. f604a56 References to const int parameters with ICE default arguments are not ICEs. by John McCall · 14 years ago
  77. 9107166 Always add CallExpr as block-level expression. Inline-based interprocedural by Zhongxing Xu · 14 years ago
  78. 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 14 years ago
  79. 93649fd Implement crazy destructor name lookup semantics differently in by Douglas Gregor · 14 years ago
  80. d84aac1 Add 'previous declaration is here' note for param redefinition errors, e.g.: by Chris Lattner · 14 years ago
  81. b10cd04 Implement support for parsing pseudo-destructor expression with a nested-name-specifier, e.g., by Douglas Gregor · 14 years ago
  82. 5e895a8 Commiting a revert from dgregor of a bit of destructor logic until we can by Chandler Carruth · 14 years ago
  83. b372b0f Fixed a crash specific to blocks in c++ uncovered by an internal test suite. by Fariborz Jahanian · 15 years ago
  84. 30ab371 For -Wswitch-enum warnings, be sure to look through typedefs of enum by Douglas Gregor · 15 years ago
  85. e873fb7 Introduce a new kind of failed result for isLvalue/isModifiableLvalue by Douglas Gregor · 15 years ago
  86. 2fa9800 Do not try to instantiate invalid declarations. It's a recipe for by Douglas Gregor · 15 years ago
  87. 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 15 years ago
  88. 3dbd3d5 Support local namespace aliases and permit them to be instantiated. by John McCall · 15 years ago
  89. 7385779 Defer covariance checks for dependent types. Add test cases that also ensure by Chandler Carruth · 15 years ago
  90. e13ad83 Work around an annoying, non-standard optimization in the glibc by Douglas Gregor · 15 years ago
  91. a301ac3 Improve a test slightly by Douglas Gregor · 15 years ago
  92. 8591098 In C++, allow builtins to be referred to via qualified name lookup, e.g., by Douglas Gregor · 15 years ago
  93. 4dffad6 When we have a dependent direct initializer but not a dependent by Douglas Gregor · 15 years ago
  94. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  95. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  96. e180ed2 Fix PR number in test case by Douglas Gregor · 15 years ago
  97. 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 15 years ago
  98. 4c72d3e Fix the crash-on-invalid from PR6259. by John McCall · 15 years ago
  99. e228ba9 Ensure that a operator delete overload is rocognized regardless of cv-quals. by Chandler Carruth · 15 years ago
  100. 63644fa Workaround for friend template instantiation crash in PR5848, from Keir Mierle! by Douglas Gregor · 15 years ago