Author: bviyer Date: Mon Aug 6 17:31:44 2018 New Revision: 339085 URL: http://llvm.org/viewvc/llvm-project?rev=339085&view=rev Log: Performing a test commmit as requested by Chris Lattner. -This line, and those below, will be ignored--
M TemplateBase.h Modified: cfe/trunk/include/clang/AST/TemplateBase.h Modified: cfe/trunk/include/clang/AST/TemplateBase.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/TemplateBase.h?rev=339085&r1=339084&r2=339085&view=diff ============================================================================== --- cfe/trunk/include/clang/AST/TemplateBase.h (original) +++ cfe/trunk/include/clang/AST/TemplateBase.h Mon Aug 6 17:31:44 2018 @@ -467,7 +467,7 @@ public: : Argument(Argument), LocInfo(E) { // Permit any kind of template argument that can be represented with an - // expression + // expression. assert(Argument.getKind() == TemplateArgument::NullPtr || Argument.getKind() == TemplateArgument::Integral || Argument.getKind() == TemplateArgument::Declaration || _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits