[PATCH] D48571: improve diagnostics for missing 'template' keyword

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 16:25:05 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC335687: Diagnose missing 'template' keywords in more cases. (authored by rsmith, committed by ).

Repository:
  rC Clang

https://reviews.llvm.org/D48571

Files:
  include/clang/Basic/BitmaskEnum.h
  include/clang/Parse/Parser.h
  include/clang/Parse/RAIIObjectsForParser.h
  include/clang/Sema/Sema.h
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/Parse/ParseCXXInlineMethods.cpp
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseExpr.cpp
  lib/Parse/ParseExprCXX.cpp
  lib/Parse/ParseStmt.cpp
  lib/Sema/SemaTemplate.cpp
  test/SemaTemplate/dependent-template-recover.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48571.152988.patch
Type: text/x-patch
Size: 21918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180626/6774f862/attachment.bin>


More information about the llvm-commits mailing list