Index: cfe/trunk/include/clang/AST/CommentVisitor.h =================================================================== --- cfe/trunk/include/clang/AST/CommentVisitor.h +++ cfe/trunk/include/clang/AST/CommentVisitor.h @@ -19,14 +19,16 @@ template struct make_ptr { using type = T *; }; template struct make_const_ptr { using type = const T *; }; -template