though it doesn't know what it is, and complains about invalid tokens ;/.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122538
91177308-0d34-0410-b5e6-
96231b3b80d8
const TemplateArgument *Args,
unsigned NumArgs);
+#ifndef _MSC_VER
#pragma mark C++ Variadic Templates (C++0x [temp.variadic])
+#endif
/// \brief The context in which an unexpanded parameter pack is
/// being diagnosed.
/// false otherwise.
bool containsUnexpandedParameterPacks(Declarator &D);
+#ifndef _MSC_VER
#pragma mark C++ Template Argument Deduction (C++ [temp.deduct])
+#endif
/// \brief Describes the result of template argument deduction.
///