From: Balaji V. Iyer Date: Tue, 7 Aug 2018 00:31:44 +0000 (+0000) Subject: Performing a test commmit as requested by Chris Lattner. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b8b8ddd6ec475012775bf3901cc378376331807;p=clang Performing a test commmit as requested by Chris Lattner. -This line, and those below, will be ignored-- M TemplateBase.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339085 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/TemplateBase.h b/include/clang/AST/TemplateBase.h index 6898ef4e1b..8f92e799d7 100644 --- a/include/clang/AST/TemplateBase.h +++ b/include/clang/AST/TemplateBase.h @@ -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 ||