[PATCH] Top-level variable declaration (all but static data members)

Larisse Voufo lvoufo at google.com
Tue Jul 2 00:13:23 PDT 2013


lvoufo added you to the CC list for the revision "Top-level variable declaration (all but static data members)".

Hi rsmith,

This patch should cover all aspects of top-level variable template declarations, including explicit instantiations and (partial) specializations. 
I have also incorporated comments from the first patch.
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.

http://llvm-reviews.chandlerc.com/D1067

Files:
  include/clang/AST/ASTContext.h
  include/clang/AST/ASTMutationListener.h
  include/clang/AST/Decl.h
  include/clang/AST/DeclTemplate.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/Basic/DeclNodes.td
  include/clang/Basic/DiagnosticParseKinds.td
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/TemplateKinds.h
  include/clang/Sema/Sema.h
  include/clang/Sema/Template.h
  include/clang/Serialization/ASTBitCodes.h
  include/clang/Serialization/ASTWriter.h
  lib/AST/ASTContext.cpp
  lib/AST/ASTImporter.cpp
  lib/AST/Decl.cpp
  lib/AST/DeclBase.cpp
  lib/AST/DeclTemplate.cpp
  lib/AST/ItaniumMangle.cpp
  lib/CodeGen/CGDecl.cpp
  lib/CodeGen/CodeGenModule.cpp
  lib/Frontend/MultiplexConsumer.cpp
  lib/Parse/ParseDecl.cpp
  lib/Parse/ParseTemplate.cpp
  lib/Parse/Parser.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaTemplate.cpp
  lib/Sema/SemaTemplateDeduction.cpp
  lib/Sema/SemaTemplateInstantiate.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  lib/Sema/TreeTransform.h
  lib/Serialization/ASTCommon.cpp
  lib/Serialization/ASTReaderDecl.cpp
  lib/Serialization/ASTWriter.cpp
  lib/Serialization/ASTWriterDecl.cpp
  test/CXX/temp/temp.decls/temp.class/temp.static/p1.cpp
  test/SemaCXX/conversion-function.cpp
  test/SemaCXX/cxx1y-variable-templates.cpp
  test/SemaCXX/for-range-examples.cpp
  test/SemaCXX/unknown-type-name.cpp
  test/SemaTemplate/class-template-decl.cpp
  tools/libclang/CIndex.cpp
  tools/libclang/RecursiveASTVisitor.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1067.2.patch
Type: text/x-patch
Size: 242703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130702/8207108e/attachment.bin>


More information about the llvm-commits mailing list