Skip to content
  1. Nov 17, 2012
  2. Nov 16, 2012
    • Richard Smith's avatar
      A step towards sorting out handling of triviality of special members in C++11. · 16488472
      Richard Smith authored
      Separate out the notions of 'has a trivial special member' and 'has a
      non-trivial special member', and use them appropriately. These are not
      opposites of one another (there might be no special member, or in C++11 there
      might be a trivial one and a non-trivial one). The CXXRecordDecl predicates
      continue to produce incorrect results, but do so in fewer cases now, and
      they document the cases where they might be wrong.
      
      No functionality changes are intended here (they will come when the predicates
      start producing the right answers...).
      
      llvm-svn: 168119
      16488472
    • Eli Friedman's avatar
      Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a... · ab197128
      Eli Friedman authored
      Make sure CodeGenTypes correctly reconverts function types.  Fixes PR14355, a crash in IR generation.
      
      llvm-svn: 168112
      ab197128
  3. Nov 15, 2012
  4. Nov 14, 2012
  5. Nov 13, 2012
  6. Nov 10, 2012
  7. Nov 09, 2012
  8. Nov 08, 2012
  9. Nov 07, 2012
  10. Nov 06, 2012
  11. Nov 05, 2012
  12. Nov 04, 2012
  13. Nov 03, 2012
  14. Nov 02, 2012
Loading