cling/lib/Utils
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
..
AST.cpp In GetPartiallyDesugaredType add support for expression as template parameter. 2013-10-30 13:44:58 +01:00
CMakeLists.txt Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00
Makefile Reduce/update patches. 2013-10-20 15:22:03 +02:00