don't use #pragma mark, it isn't portable.

llvm-svn: 122540
This commit is contained in:
Chris Lattner 2010-12-24 04:45:23 +00:00
parent c416ba612b
commit 9c47b4ac28
1 changed files with 7 additions and 7 deletions

View File

@ -3134,9 +3134,9 @@ public:
const TemplateArgument *Args, const TemplateArgument *Args,
unsigned NumArgs); unsigned NumArgs);
#ifndef _MSC_VER //===--------------------------------------------------------------------===//
#pragma mark C++ Variadic Templates (C++0x [temp.variadic]) // C++ Variadic Templates (C++0x [temp.variadic])
#endif //===--------------------------------------------------------------------===//
/// \brief The context in which an unexpanded parameter pack is /// \brief The context in which an unexpanded parameter pack is
/// being diagnosed. /// being diagnosed.
@ -3346,10 +3346,10 @@ public:
/// false otherwise. /// false otherwise.
bool containsUnexpandedParameterPacks(Declarator &D); bool containsUnexpandedParameterPacks(Declarator &D);
#ifndef _MSC_VER //===--------------------------------------------------------------------===//
#pragma mark C++ Template Argument Deduction (C++ [temp.deduct]) // C++ Template Argument Deduction (C++ [temp.deduct])
#endif //===--------------------------------------------------------------------===//
/// \brief Describes the result of template argument deduction. /// \brief Describes the result of template argument deduction.
/// ///
/// The TemplateDeductionResult enumeration describes the result of /// The TemplateDeductionResult enumeration describes the result of