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

David Blaikie dblaikie at gmail.com
Tue Jul 2 08:09:51 PDT 2013


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)
On Jul 2, 2013 12:15 AM, "Larisse Voufo" <lvoufo at google.com> wrote:

> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130702/d67c09e8/attachment.html>


More information about the llvm-commits mailing list