[PATCH] D23204: Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture().

Martin Böhme via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 15 23:40:24 PDT 2016


mboehme updated this revision to Diff 68137.
mboehme added a comment.

Responses to reviewer comments

In particular, changed the interface of TraverseLambdaCapture


https://reviews.llvm.org/D23204

Files:
  bindings/python/clang/cindex.py
  include/clang/AST/CXXInheritance.h
  include/clang/AST/Decl.h
  include/clang/AST/DeclCXX.h
  include/clang/AST/ExprCXX.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/AST/UnresolvedSet.h
  include/clang/Basic/DiagnosticParseKinds.td
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/SourceManager.h
  include/clang/Basic/VirtualFileSystem.h
  include/clang/Sema/Initialization.h
  include/clang/Sema/Sema.h
  include/clang/Sema/Template.h
  include/clang/Serialization/ASTBitCodes.h
  lib/AST/ASTDumper.cpp
  lib/AST/Decl.cpp
  lib/AST/DeclCXX.cpp
  lib/AST/Expr.cpp
  lib/AST/ExprClassification.cpp
  lib/AST/ExprConstant.cpp
  lib/ASTMatchers/Dynamic/Registry.cpp
  lib/Analysis/CloneDetection.cpp
  lib/Basic/VirtualFileSystem.cpp
  lib/CodeGen/CGBlocks.cpp
  lib/Driver/ToolChains.cpp
  lib/Driver/ToolChains.h
  lib/Driver/Tools.cpp
  lib/Frontend/ModuleDependencyCollector.cpp
  lib/Index/IndexBody.cpp
  lib/Sema/Sema.cpp
  lib/Sema/SemaCast.cpp
  lib/Sema/SemaChecking.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaDeclCXX.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprMember.cpp
  lib/Sema/SemaInit.cpp
  lib/Sema/SemaOverload.cpp
  lib/Sema/SemaTemplate.cpp
  lib/Sema/SemaTemplateDeduction.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  lib/Sema/SemaType.cpp
  lib/Serialization/ASTReaderDecl.cpp
  lib/Serialization/ASTWriterDecl.cpp
  lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
  test/Analysis/copypaste/call.cpp
  test/Analysis/retain-release.m
  test/CXX/dcl.decl/dcl.decomp/p2.cpp
  test/CXX/dcl.decl/dcl.decomp/p3.cpp
  test/CXX/dcl.decl/dcl.decomp/p4.cpp
  test/CodeGenOpenCL/cl20-device-side-enqueue.cl
  test/Driver/cloudabi.c
  test/Driver/cloudabi.cpp
  test/Driver/cuda-detect.cu
  test/Driver/frame-pointer-elim.c
  test/Modules/crash-vfs-run-reproducer.m
  test/PCH/cxx1z-decomposition.cpp
  test/Parser/cxx1z-decomposition.cpp
  test/Sema/enable_if.c
  test/Sema/shift.c
  test/SemaCXX/cxx1z-decomposition.cpp
  test/SemaCXX/enable_if.cpp
  test/SemaCXX/warn-memset-bad-sizeof.cpp
  test/SemaTemplate/cxx1z-decomposition.cpp
  test/VFS/Inputs/vfsoverlay2.yaml
  tools/driver/CMakeLists.txt
  unittests/Tooling/RecursiveASTVisitorTestExprVisitor.cpp
  unittests/Tooling/TestVisitor.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23204.68137.patch
Type: text/x-patch
Size: 188385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160816/6cdc8bde/attachment-0001.bin>


More information about the cfe-commits mailing list