cling/lib/Utils
Philippe Canal 93ce42bdc3 Preliminary support for template alias.
GetPartiallyDesaguredType now desugar template alias
but does not yet properly propagate the opaque typedef
and thus:

  template <typename T> using myvector = std::vector<T>;
  myvector<Double32_t> vd32d;

  template<class T> using ptr = T*;
  ptr<Double32_t> p3;

Both currently result in the Double32_t being ignored.
2014-03-21 16:57:07 +01:00
..
AST.cpp Preliminary support for template alias. 2014-03-21 16:57:07 +01:00
CMakeLists.txt Use new libdep syntax; parameterize target libs to link. 2014-03-08 18:47:09 +01:00
Makefile Correct licenses in Makefiles. 2014-01-07 11:13:56 +01:00