Philippe Canal b96f1409ac In GetPartiallyDesugaredType add support for expression as template parameter.
For example:
namespace edm {
  template <int I> class Hash {};
  const int typeN =1;
  typedef Hash<typeN> ParentageID;
}

edm::ParentageID should be desugared to edm::Hash<1>.
2013-10-30 13:44:58 +01:00
..
2013-10-17 12:38:55 +02:00
2013-10-14 09:11:39 +02:00
2013-07-21 15:16:57 +02:00