Skip to content
  1. Jul 23, 2013
  2. Jul 22, 2013
  3. Jul 21, 2013
  4. Jul 20, 2013
  5. Jul 19, 2013
    • Eli Friedman's avatar
      Correctly handle packs for variadic type traits. · 5e05c4af
      Eli Friedman authored
      I'm not sure how to write a test for this; the following shows the
      difference in -ast-dump:
      
      template <int x> struct A {};
      template <class T> struct B { };
      template <class ...Args> using C = A<(__is_trivially_constructible(Args...))>;
      template <class ...Args> using D = C<B<Args>...>;
      
      However, I can't seem to write a test that triggers a visible difference
      in behavior.
      
      llvm-svn: 186726
      5e05c4af
    • Hans Wennborg's avatar
      Add a cl.exe compatible driver mode · e4b031ca
      Hans Wennborg authored
      The mode doesn't actually do anything yet, but this provides a
      way to get into it.
      
      llvm-svn: 186720
      e4b031ca
Loading