[PATCH] Top-level variable declaration (all but static data members)
Larisse Voufo
lvoufo at google.com
Tue Jul 2 16:59:58 PDT 2013
Added Fixit tests. This should be all for this patch for now, until comments come in...
Hi rsmith,
http://llvm-reviews.chandlerc.com/D1067
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D1067?vs=2649&id=2657#toc
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/CXX/temp/temp.spec/cxx1y-variable-template-no-body.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.4.patch
Type: text/x-patch
Size: 246236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130702/0538e4c2/attachment.bin>
More information about the cfe-commits
mailing list