llvm-project/clang/include
Richard Smith 22a250cd5d [c++1z] P0195R2: Support pack-expansion of using-declarations.
This change introduces UsingPackDecl as a marker for the set of UsingDecls
produced by pack expansion of a single (unresolved) using declaration. This is
not strictly necessary (we just need to be able to map from the original using
declaration to its expansions somehow), but it's useful to maintain the
invariant that each declaration reference instantiates to refer to one
declaration.

llvm-svn: 290080
2016-12-19 04:08:53 +00:00
..
clang [c++1z] P0195R2: Support pack-expansion of using-declarations. 2016-12-19 04:08:53 +00:00
clang-c [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
CMakeLists.txt