<p dir="ltr">You should move this to the cfe-commits list (is do it in this reply but suspect it needs yo be updated in phab too)</p>
<div class="gmail_quote">On Jul 2, 2013 12:15 AM, "Larisse Voufo" <<a href="mailto:lvoufo@google.com">lvoufo@google.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
lvoufo added you to the CC list for the revision "Top-level variable declaration (all but static data members)".<br>
<br>
Hi rsmith,<br>
<br>
This patch should cover all aspects of top-level variable template declarations, including explicit instantiations and (partial) specializations.<br>
I have also incorporated comments from the first patch.<br>
I am still completing test cases, but thought I'd send this out for the time being, to catch earlier misses or get a better sense of what other test cases to cover.<br>
<br>
<a href="http://llvm-reviews.chandlerc.com/D1067" target="_blank">http://llvm-reviews.chandlerc.com/D1067</a><br>
<br>
Files:<br>
  include/clang/AST/ASTContext.h<br>
  include/clang/AST/ASTMutationListener.h<br>
  include/clang/AST/Decl.h<br>
  include/clang/AST/DeclTemplate.h<br>
  include/clang/AST/RecursiveASTVisitor.h<br>
  include/clang/Basic/DeclNodes.td<br>
  include/clang/Basic/DiagnosticParseKinds.td<br>
  include/clang/Basic/DiagnosticSemaKinds.td<br>
  include/clang/Basic/TemplateKinds.h<br>
  include/clang/Sema/Sema.h<br>
  include/clang/Sema/Template.h<br>
  include/clang/Serialization/ASTBitCodes.h<br>
  include/clang/Serialization/ASTWriter.h<br>
  lib/AST/ASTContext.cpp<br>
  lib/AST/ASTImporter.cpp<br>
  lib/AST/Decl.cpp<br>
  lib/AST/DeclBase.cpp<br>
  lib/AST/DeclTemplate.cpp<br>
  lib/AST/ItaniumMangle.cpp<br>
  lib/CodeGen/CGDecl.cpp<br>
  lib/CodeGen/CodeGenModule.cpp<br>
  lib/Frontend/MultiplexConsumer.cpp<br>
  lib/Parse/ParseDecl.cpp<br>
  lib/Parse/ParseTemplate.cpp<br>
  lib/Parse/Parser.cpp<br>
  lib/Sema/SemaDecl.cpp<br>
  lib/Sema/SemaExpr.cpp<br>
  lib/Sema/SemaTemplate.cpp<br>
  lib/Sema/SemaTemplateDeduction.cpp<br>
  lib/Sema/SemaTemplateInstantiate.cpp<br>
  lib/Sema/SemaTemplateInstantiateDecl.cpp<br>
  lib/Sema/TreeTransform.h<br>
  lib/Serialization/ASTCommon.cpp<br>
  lib/Serialization/ASTReaderDecl.cpp<br>
  lib/Serialization/ASTWriter.cpp<br>
  lib/Serialization/ASTWriterDecl.cpp<br>
  test/CXX/temp/temp.decls/temp.class/temp.static/p1.cpp<br>
  test/SemaCXX/conversion-function.cpp<br>
  test/SemaCXX/cxx1y-variable-templates.cpp<br>
  test/SemaCXX/for-range-examples.cpp<br>
  test/SemaCXX/unknown-type-name.cpp<br>
  test/SemaTemplate/class-template-decl.cpp<br>
  tools/libclang/CIndex.cpp<br>
  tools/libclang/RecursiveASTVisitor.h<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div>